Commit e7adda90 authored by Guido van Rossum's avatar Guido van Rossum

Move socket news to 2.3b1 section! And mention has_ipv6.

parent 47dfa4a8
...@@ -83,6 +83,11 @@ Core and builtins ...@@ -83,6 +83,11 @@ Core and builtins
Extension modules Extension modules
----------------- -----------------
- The socket module now provides the functions inet_pton and inet_ntop
for converting between string and packed representation of IP
addresses. There is also a new module variable, has_ipv6, which is
True iff the current Python has IPv6 support. See SF patch #658327.
- Tkinter wrappers around Tcl variables now pass objects directly - Tkinter wrappers around Tcl variables now pass objects directly
to Tcl, instead of first converting them to strings. to Tcl, instead of first converting them to strings.
...@@ -383,10 +388,6 @@ Extension modules ...@@ -383,10 +388,6 @@ Extension modules
zlib test suite using the unittest module. (SF bug #640230 and zlib test suite using the unittest module. (SF bug #640230 and
patch #678531.) patch #678531.)
- The socket module now provides the functions inet_pton and inet_ntop
for converting between string and packed representation of IP addresses.
See SF patch #658327.
- Added an itertools module containing high speed, memory efficient - Added an itertools module containing high speed, memory efficient
looping constructs inspired by tools from Haskell and SML. looping constructs inspired by tools from Haskell and SML.
......
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