This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2012-05-15.12:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337083208.87.0.892191662466.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
This issue tracks the incorporation of the ipaddress module into Python 3.3.

Tasks to be completed:
- add Lib/ipaddress.py from [1]
- add Lib/test_ipaddress.py from [1]
- create module reference docs from docstrings in [1]
- add Doc/library/ipaddress.py and link from index
- create howto guide from wiki page [2]
- add Doc/howto/ipaddress.rst and link from index

[1] https://code.google.com/p/ipaddress-py/source/browse/

[2] https://code.google.com/p/ipaddr-py/wiki/Using3144
History
Date User Action Args
2012-05-15 12:00:08ncoghlansetrecipients: + ncoghlan
2012-05-15 12:00:08ncoghlansetmessageid: <1337083208.87.0.892191662466.issue14814@psf.upfronthosting.co.za>
2012-05-15 12:00:08ncoghlanlinkissue14814 messages
2012-05-15 12:00:08ncoghlancreate