From: Georg Brandl Date: Thu, 25 Aug 2005 13:10:41 +0000 (+0000) Subject: Correcting my last BZ2 entry. Adding one for #1215928. X-Git-Tag: v2.5a0~1453 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02760f9b25bd3100c89bc8fd29a0c8f6c434daee;p=thirdparty%2FPython%2Fcpython.git Correcting my last BZ2 entry. Adding one for #1215928. --- diff --git a/Misc/NEWS b/Misc/NEWS index 89efcad2133e..7648c6547599 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -130,6 +130,11 @@ Core and builtins 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 @@ Core and builtins 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.