From: Benjamin Peterson Date: Mon, 9 Mar 2009 21:08:47 +0000 (+0000) Subject: fix versionchanged X-Git-Tag: v3.1a2~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10745a98be39f4ca9f64bed47409e3ab78ad9211;p=thirdparty%2FPython%2Fcpython.git fix versionchanged --- diff --git a/Doc/library/bz2.rst b/Doc/library/bz2.rst index 4808b475565d..ee79edc3b164 100644 --- a/Doc/library/bz2.rst +++ b/Doc/library/bz2.rst @@ -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. diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index c76bae869e6d..818de6ac2b54 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -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.