mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Clarify that GzipFile.read1() is now implemented
This commit is contained in:
commit
6b4be36cfd
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user