From: Antoine Pitrou Date: Mon, 4 Apr 2011 19:06:20 +0000 (+0200) Subject: Clarify that GzipFile.read1() isn't implemented. X-Git-Tag: v3.2.1b1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e88604755c90b52858ecc17e2a3548bfed20c45f;p=python Clarify that GzipFile.read1() isn't implemented. --- diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index a2fa3fa07a..659a027648 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -72,7 +72,7 @@ The module defines the following items: :class:`GzipFile` supports the :class:`io.BufferedIOBase` interface, including iteration and the :keyword:`with` statement. Only the - :meth:`truncate` method isn't implemented. + :meth:`read1` and :meth:`truncate` methods aren't implemented. :class:`GzipFile` also provides the following method: