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 37dc5f8 commit 24ce386Copy full SHA for 24ce386
1 file changed
Lib/bz2.py
@@ -105,7 +105,7 @@ def close(self):
105
self._fp.write(self._compressor.flush())
106
self._compressor = None
107
finally:
108
- try:
+ try:
109
if self._closefp:
110
self._fp.close()
111
@@ -251,7 +251,7 @@ def read1(self, size=-1):
251
252
def readinto(self, b):
253
"""Read up to len(b) bytes into b.
254
-
+
255
Returns the number of bytes read (0 for EOF).
256
"""
257
with self._lock:
0 commit comments