[Python-checkins] cpython (merge 3.2 -> default): Clarify that GzipFile.read1() is now implemented

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


http://hg.python.org/cpython/rev/4fa9bfa21a7e
changeset:   69141:4fa9bfa21a7e
parent:      69139:9775d67c9af9
parent:      69140:8a2639fdf433
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Apr 04 21:09:05 2011 +0200
summary:
  Clarify that GzipFile.read1() is now implemented

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


diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -94,6 +94,9 @@
    .. 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)
 

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


More information about the Python-checkins mailing list