Commit 6b4be36c authored by Antoine Pitrou's avatar Antoine Pitrou

Clarify that GzipFile.read1() is now implemented

parents 4ec4b0c0 e8860475
......@@ -94,6 +94,9 @@ The module defines the following items:
.. versionchanged:: 3.2
Support for unseekable files was added.
.. versionchanged:: 3.3
The :meth:`io.BufferedIOBase.read1` method is now implemented.
.. function:: open(filename, mode='rb', compresslevel=9)
......
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