Commit 71162b8c authored by Benjamin Peterson's avatar Benjamin Peterson

fix versionchanged

parent c3ae0908
...@@ -60,7 +60,7 @@ Handling of compressed files is offered by the :class:`BZ2File` class. ...@@ -60,7 +60,7 @@ Handling of compressed files is offered by the :class:`BZ2File` class.
:class:`BZ2File` supports the :keyword:`with` statement. :class:`BZ2File` supports the :keyword:`with` statement.
.. versionchanged:: 2.7 .. versionchanged:: 3.1
Support for the :keyword:`with` statement was added. Support for the :keyword:`with` statement was added.
......
...@@ -69,7 +69,7 @@ The module defines the following items: ...@@ -69,7 +69,7 @@ The module defines the following items:
:class:`GzipFile` supports the :keyword:`with` statement. :class:`GzipFile` supports the :keyword:`with` statement.
.. versionchanged:: 2.7 .. versionchanged:: 3.1
Support for the :keyword:`with` statement was added. Support for the :keyword:`with` statement was added.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment