# HG changeset patch # User Richard Penman # Date 1441681767 -28800 # Node ID 56499470d942f59c437a6aa3bced9a080d6c0d59 # Parent fc06c601b875b90c317a1c4d3289188143ae4d1c# Parent c391985a797bec90af6cb3d022ab56bece1ebfee merged README edits diff -r fc06c601b875 -r 56499470d942 README.rst --- a/README.rst Tue Sep 08 11:09:02 2015 +0800 +++ b/README.rst Tue Sep 08 11:09:27 2015 +0800 @@ -8,6 +8,8 @@ intermediate web service like many others do. - Works with Python 2.4+ and no external dependencies + + Example ======= @@ -28,6 +30,8 @@ expiration_date: 2013-06-26 00:00:00 ... + + Install ======= @@ -43,10 +47,36 @@ hg clone https://bitbucket.org/richardpenman/pywhois + + +Changelog +========= + +0.5 - 2015-09-05: + +* added native client, which now handles whois requests by default +* added pretty formatting to string representation +* return None instead of raising KeyError when an attribute does not exist +* new TLD's: .mobi, .io, .kg, .su, .biz + +0.4 - 2015-08-13: + +* new TLD's: .de, .nl, .ca, .be +* migrated to bitbucket +* added socket timeout + +0.3 - 2015-03-31: + +* improved datetime parsing with python-dateutil when available +* base WhoisEntry class inherits from dict +* fixed TLD's: .org, .info + + + Contact ======= You can post ideas or patches here: https://bitbucket.org/richardpenman/pywhois/issues -Thanks to the many who have sent patches for additional domains! +Thanks to the many who have sent patches for additional domains! \ No newline at end of file