fix versionchanged

This commit is contained in:
Benjamin Peterson 2009-03-09 21:08:47 +00:00
parent e0124bd9c3
commit 10745a98be
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.