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 07a616d commit 83a4dd3Copy full SHA for 83a4dd3
1 file changed
Lib/gzip.py
@@ -129,7 +129,7 @@ class GzipFile(io.BufferedIOBase):
129
the exception of the readinto() and truncate() methods.
130
131
This class only supports opening files in binary mode. If you need to open a
132
- compressed file in text mode, wrap your GzipFile with an io.TextIOWrapper.
+ compressed file in text mode, use the gzip.open() function.
133
134
"""
135
0 commit comments