commit | 40925d288c6aef78b276fcae07bffd15ead7aa79 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Jun 04 18:32:39 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Jun 04 18:32:39 2009 +0000 |
tree | de943810c9b9496c2bf403dc2c867574cc02a5fa | |
parent | 5c01a8d1bdac598a224d28f26d1d290c9b72b4d7 [diff] [blame] |
Remove the ipaddr module per discussion on python-dev.
diff --git a/Misc/NEWS b/Misc/NEWS index 27e9c84..d540c9c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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.