create_connection with sock only raises error create_connection() missing 1 required positional argument: 'proxy'.
With proxy as None: proxy must be Socks4Addr() or Socks5Addr() tuple
With both sock and proxy: host/port and sock can not be specified at the same time