Commit 40925d28 authored by Raymond Hettinger's avatar Raymond Hettinger

Remove the ipaddr module per discussion on python-dev.

parent 5c01a8d1
...@@ -36,7 +36,6 @@ is currently supported on most popular platforms. Here is an overview: ...@@ -36,7 +36,6 @@ is currently supported on most popular platforms. Here is an overview:
smtpd.rst smtpd.rst
telnetlib.rst telnetlib.rst
uuid.rst uuid.rst
ipaddr.rst
socketserver.rst socketserver.rst
http.server.rst http.server.rst
http.cookies.rst http.cookies.rst
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -21,6 +21,8 @@ Core and Builtins ...@@ -21,6 +21,8 @@ Core and Builtins
Library Library
------- -------
- Removed the ipaddr module.
- Issue #3613: base64.{encode,decode}string are now called - Issue #3613: base64.{encode,decode}string are now called
base64.{encode,decode}bytes which reflects what type they accept and return. base64.{encode,decode}bytes which reflects what type they accept and return.
The old names are still there as deprecated aliases. The old names are still there as deprecated aliases.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment