Kaydet (Commit) 02760f9b authored tarafından Georg Brandl's avatar Georg Brandl

Correcting my last BZ2 entry. Adding one for #1215928.

üst 36be8be7
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment