[issue14814] Implement PEP 3144 (the ipaddress module)
Nick Coghlan
report at bugs.python.org
Tue May 15 14:00:08 CEST 2012
New submission from Nick Coghlan <ncoghlan at gmail.com>:
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
----------
components: Library (Lib)
messages: 160719
nosy: ncoghlan
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Implement PEP 3144 (the ipaddress module)
type: enhancement
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14814>
_______________________________________
More information about the Python-bugs-list
mailing list