diff options
author | Georg Brandl <georg@python.org> | 2005-08-25 13:10:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-25 13:10:41 (GMT) |
commit | 02760f9b25bd3100c89bc8fd29a0c8f6c434daee (patch) | |
tree | 3c029b53dcbd1a54000bf2fcb991c0eae676c309 /Misc | |
parent | 36be8be7f5e5965dcd73ee65064435e8e13f71e9 (diff) | |
download | cpython-02760f9b25bd3100c89bc8fd29a0c8f6c434daee.zip cpython-02760f9b25bd3100c89bc8fd29a0c8f6c434daee.tar.gz cpython-02760f9b25bd3100c89bc8fd29a0c8f6c434daee.tar.bz2 |
Correcting my last BZ2 entry. Adding one for #1215928.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |