Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02760f9

Browse files
committed
Correcting my last BZ2 entry. Adding one for #1215928.
1 parent 36be8be commit 02760f9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ Core and builtins
130130
Extension Modules
131131
-----------------
132132

133+
- Bug #1191043: Fix bz2.BZ2File.seek() for 64-bit file offsets.
134+
135+
- Bug #1215928: Fix bz2.BZ2File.(x)readlines for files containing one
136+
line without newlines.
137+
133138
- Bug #728515: mmap.resize() now resizes the file on Unix as it did
134139
on Windows.
135140

@@ -1601,9 +1606,6 @@ Core and builtins
16011606
Extension modules
16021607
-----------------
16031608

1604-
- Fix bz2.BZ2File.(x)readlines() for files containing one line without
1605-
newlines.
1606-
16071609
- Added socket.getservbyport(), and make the second argument in
16081610
getservbyname() and getservbyport() optional.
16091611

0 commit comments

Comments
 (0)