joepie91 / python-whois

A python module for retrieving and parsing WHOIS data
Do What The F*ck You Want To Public License
399 stars 187 forks source link

Develop #122

Open Sir-Fenrir opened 8 years ago

Sir-Fenrir commented 8 years ago

ADD:fix for not working referral servers. ADD: Fall back single line regexes, which are used for fields that contain no data after using the initial regexes FIX: facsimile is now extracted as fax, since they are equal (fax is short for facsimile) REF: Now using spaces instead of tabs (PEP-8) REF: Reformatted using PyCharm ADD: Four tests for previously not working cases