mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Adds the ipaddr module to the standard library. Issue #3959.
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon.
This commit is contained in:
parent
6733bed57e
commit
1d499265e0
4 changed files with 2262 additions and 0 deletions
|
@ -261,6 +261,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #3959: The ipaddr module has been added to the standard library.
|
||||
Contributed by Google.
|
||||
|
||||
- Issue #2245: aifc now skips chunk types it doesn't recognize, per spec.
|
||||
|
||||
- Issue #5874: distutils.tests.test_config_cmd is not locale-sensitive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue