summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-06-04 18:32:39 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-06-04 18:32:39 (GMT)
commit40925d288c6aef78b276fcae07bffd15ead7aa79 (patch)
treede943810c9b9496c2bf403dc2c867574cc02a5fa /Misc
parent5c01a8d1bdac598a224d28f26d1d290c9b72b4d7 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27e9c84..d540c9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.