mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Clarify that GzipFile.read1() is now implemented
This commit is contained in:
commit
6b4be36cfd
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue