Kaydet (Commit) 14fc673d authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Remove the ipaddr module per discussion on python-dev

üst 62641e95
...@@ -35,7 +35,6 @@ is currently supported on most popular platforms. Here is an overview: ...@@ -35,7 +35,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
urlparse.rst urlparse.rst
socketserver.rst socketserver.rst
basehttpserver.rst basehttpserver.rst
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1 ...@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins Core and Builtins
----------------- -----------------
- Removed the ipaddr module.
- Issue #6329: Fixed iteration for memoryview objects (it was being blocked - Issue #6329: Fixed iteration for memoryview objects (it was being blocked
because it wasn't recognized as a sequence). because it wasn't recognized as a sequence).
......
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