fix versionchanged
This commit is contained in:
parent
e0124bd9c3
commit
10745a98be
|
@ -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…
Reference in New Issue