diff options
author | Raymond Hettinger <python@rcn.com> | 2009-06-04 18:32:39 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-06-04 18:32:39 (GMT) |
commit | 40925d288c6aef78b276fcae07bffd15ead7aa79 (patch) | |
tree | de943810c9b9496c2bf403dc2c867574cc02a5fa /Misc | |
parent | 5c01a8d1bdac598a224d28f26d1d290c9b72b4d7 (diff) | |
download | cpython-40925d288c6aef78b276fcae07bffd15ead7aa79.zip cpython-40925d288c6aef78b276fcae07bffd15ead7aa79.tar.gz cpython-40925d288c6aef78b276fcae07bffd15ead7aa79.tar.bz2 |
Remove the ipaddr module per discussion on python-dev.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Core and Builtins Library ------- +- Removed the ipaddr module. + - Issue #3613: base64.{encode,decode}string are now called base64.{encode,decode}bytes which reflects what type they accept and return. The old names are still there as deprecated aliases. |