[Python-checkins] python/dist/src/Misc NEWS,1.1351,1.1352

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Aug 25 15:10:52 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Correcting my last BZ2 entry. Adding one for #1215928.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1351
retrieving revision 1.1352
diff -u -d -r1.1351 -r1.1352
--- NEWS	25 Aug 2005 11:03:38 -0000	1.1351
+++ NEWS	25 Aug 2005 13:10:41 -0000	1.1352
@@ -130,6 +130,11 @@
 Extension Modules
 -----------------
 
+- Bug #1191043: Fix bz2.BZ2File.seek() for 64-bit file offsets.
+
+- Bug #1215928: 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
   on Windows.
 
@@ -1601,9 +1606,6 @@
 Extension modules
 -----------------
 
-- Fix bz2.BZ2File.(x)readlines() for files containing one line without
-  newlines.
-
 - Added socket.getservbyport(), and make the second argument in
   getservbyname() and getservbyport() optional.
 



More information about the Python-checkins mailing list