mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix versionchanged
This commit is contained in:
parent
e0124bd9c3
commit
10745a98be
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ Handling of compressed files is offered by the :class:`BZ2File` class.
|
|||
|
||||
:class:`BZ2File` supports the :keyword:`with` statement.
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
.. versionchanged:: 3.1
|
||||
Support for the :keyword:`with` statement was added.
|
||||
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ The module defines the following items:
|
|||
|
||||
:class:`GzipFile` supports the :keyword:`with` statement.
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
.. versionchanged:: 3.1
|
||||
Support for the :keyword:`with` statement was added.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue