From: Antoine Pitrou Date: Mon, 4 Apr 2011 19:09:05 +0000 (+0200) Subject: Clarify that GzipFile.read1() is now implemented X-Git-Tag: v3.3.0a1~2670 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b4be36cfde25ab6b7ed4a5caf737d603efdfb0f;p=python Clarify that GzipFile.read1() is now implemented --- 6b4be36cfde25ab6b7ed4a5caf737d603efdfb0f diff --cc Doc/library/gzip.rst index a2fa3fa07a,659a027648..59ea9d3432 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@@ -94,6 -94,6 +94,9 @@@ The module defines the following items .. versionchanged:: 3.2 Support for unseekable files was added. ++ .. versionchanged:: 3.3 ++ The :meth:`io.BufferedIOBase.read1` method is now implemented. ++ .. function:: open(filename, mode='rb', compresslevel=9)