Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36be8be commit 02760f9Copy full SHA for 02760f9
1 file changed
Misc/NEWS
@@ -130,6 +130,11 @@ Core and builtins
130
Extension Modules
131
-----------------
132
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
138
- Bug #728515: mmap.resize() now resizes the file on Unix as it did
139
on Windows.
140
@@ -1601,9 +1606,6 @@ Core and builtins
1601
1606
Extension modules
1602
1607
1603
1608
1604
-- Fix bz2.BZ2File.(x)readlines() for files containing one line without
1605
- newlines.
-
1609
- Added socket.getservbyport(), and make the second argument in
1610
getservbyname() and getservbyport() optional.
1611
0 commit comments