[Python-checkins] python/dist/src/Misc NEWS,1.1354,1.1355

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Aug 26 10:34:10 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7523/Misc

Modified Files:
	NEWS 
Log Message:
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1354
retrieving revision 1.1355
diff -u -d -r1.1354 -r1.1355
--- NEWS	26 Aug 2005 06:43:52 -0000	1.1354
+++ NEWS	26 Aug 2005 08:34:00 -0000	1.1355
@@ -133,9 +133,12 @@
 Extension Modules
 -----------------
 
-- Bug #1191043: Fix bz2.BZ2File.seek() for 64-bit file offsets.
+- Patch #756021: Special-case socket.inet_aton('255.255.255.255') for
+  platforms that don't have inet_aton().
 
-- Bug #1215928: Fix bz2.BZ2File.(x)readlines for files containing one
+- Bug #1215928: Fix bz2.BZ2File.seek() for 64-bit file offsets.
+
+- Bug #1191043: Fix bz2.BZ2File.(x)readlines for files containing one
   line without newlines.
 
 - Bug #728515: mmap.resize() now resizes the file on Unix as it did



More information about the Python-checkins mailing list