]> granicus.if.org Git - python/commitdiff
fix versionchanged
authorBenjamin Peterson <benjamin@python.org>
Mon, 9 Mar 2009 21:08:47 +0000 (21:08 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 9 Mar 2009 21:08:47 +0000 (21:08 +0000)
Doc/library/bz2.rst
Doc/library/gzip.rst

index 4808b475565dcc5d9ac263e570d1b0dbe01b4a26..ee79edc3b1645474804afb3c0b6e6e6a93109634 100644 (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.
 
 
index c76bae869e6d0633d8cee5d7d387917f2ae4eda2..818de6ac2b549854f21194d04185f62b6ca96a96 100644 (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.