diff -r 03c72d0d1182 -r dfa8657bdefc whois/whois.py --- a/whois/whois.py Fri Jan 20 16:10:33 2017 +0800 +++ b/whois/whois.py Fri Feb 03 16:17:46 2017 +0800 @@ -111,7 +111,7 @@ if hostname == NICClient.DENICHOST: query_bytes = "-T dn,ace -C UTF-8 " + query elif hostname.endswith(NICClient.QNICHOST_TAIL) and many_results: - query_bytes = '=' + query_bytes = '=' + query else: query_bytes = query s.send((query_bytes) + b"\r\n")