A python module for retrieving and parsing WHOIS data
This is similar to issue #2. The call takes ~400s to complete; if interrupted, the traceback is somewhere is `re` module. ``` >>> import pythonwhois >>> pythonwhois.get_whois('drpciv.biz') ^CTraceback (most recent call last): File "<stdin>", line 1, in <module> File "[...]/lib/python2.7/site-packages/pythonwhois/__init__.py", line 5, in get_whois return parse.parse_raw_whois(raw_data, normalized=normalized) File "[...]/lib/python2.7/site-packages/pythonwhois/parse.py", line 255, in parse_raw_whois data["contacts"] = parse_registrants(raw_data) File "[...]/lib/python2.7/site-packages/pythonwhois/parse.py", line 639, in parse_registrants match = re.search(regex, segment) File "[...]/lib/python2.7/re.py", line 148, in search return _compile(pattern, flags).search(string) KeyboardInterrupt ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by obormot and has received 5 comments.