[Python-checkins] python/dist/src/Misc NEWS,1.747,1.748

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 24 Apr 2003 22:52:40 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv28103

Modified Files:
	NEWS 
Log Message:
Move socket news to 2.3b1 section!  And mention has_ipv6.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.747
retrieving revision 1.748
diff -C2 -d -r1.747 -r1.748
*** NEWS	25 Apr 2003 05:48:32 -0000	1.747
--- NEWS	25 Apr 2003 05:52:37 -0000	1.748
***************
*** 84,87 ****
--- 84,92 ----
  -----------------
  
+ - 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
    to Tcl, instead of first converting them to strings.
***************
*** 383,390 ****
    zlib test suite using the unittest module.  (SF bug #640230 and
    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
--- 388,391 ----