[Python-checkins] cpython (3.2): Clarify that GzipFile.read1() isn't implemented.

antoine.pitrou python-checkins at python.org
Mon Apr 4 21:09:09 CEST 2011


http://hg.python.org/cpython/rev/8a2639fdf433
changeset:   69140:8a2639fdf433
branch:      3.2
parent:      69133:5daf9a8dc4e8
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Apr 04 21:06:20 2011 +0200
summary:
  Clarify that GzipFile.read1() isn't implemented.

files:
  Doc/library/gzip.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -72,7 +72,7 @@
 
    :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:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list