This commit is contained in:
Eric V. Smith 2012-05-10 21:04:39 -04:00
commit 329e389a0b
1 changed files with 20 additions and 0 deletions

View File

@ -55,6 +55,23 @@ Background:
* A few attributes were renamed to disambiguate their purpose as * A few attributes were renamed to disambiguate their purpose as
well. (eg. network, network_address) well. (eg. network, network_address)
* A number of methods and functions which returned containers in ipaddr now
return iterators. This includes, subnets, address_exclude,
summarize_address_range and collapse_address_list.
Due to the backwards incompatible API changes between ipaddress and ipaddr,
the proposal is to add the module using the new provisional API status:
* http://docs.python.org/dev/glossary.html#term-provisional-package
Relevant messages on python-dev:
* http://mail.python.org/pipermail/python-dev/2012-January/116016.html
* http://mail.python.org/pipermail/python-dev/2012-February/116656.html
* http://mail.python.org/pipermail/python-dev/2012-February/116688.html
Specification: Specification:
@ -115,6 +132,9 @@ Specification:
Reference Implementation: Reference Implementation:
The current reference implementation can be found at: The current reference implementation can be found at:
https://code.google.com/p/ipaddr-py/source/browse/branches/3144/ipaddress.py
Or see the tarball to include the README and unittests.
http://code.google.com/p/ipaddr-py/downloads/detail?name=3144.tar.gz http://code.google.com/p/ipaddr-py/downloads/detail?name=3144.tar.gz
More information about using the reference implementation can be More information about using the reference implementation can be