]> granicus.if.org Git - python/commitdiff
versionadded
authorBenjamin Peterson <benjamin@python.org>
Fri, 1 May 2009 20:48:14 +0000 (20:48 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 1 May 2009 20:48:14 +0000 (20:48 +0000)
Doc/library/io.rst

index 57fc8257607395f79423e8a7b2cf2afca0b6e814..2a3ee501f41b245e58b60d4d33cc80baf3393a92 100644 (file)
@@ -373,6 +373,8 @@ I/O Base Classes
       raw stream to return from this method.  They raise
       :exc:`UnsupportedOperation`.
 
+      .. versionadded:: 3.1
+
    .. method:: read([n])
 
       Read and return up to *n* bytes.  If the argument is omitted, ``None``, or
@@ -613,6 +615,8 @@ Text I/O
       have the concept of an underlying buffer and calling this method will
       raise :exc:`UnsupportedOperation`.
 
+      .. versionadded:: 3.1
+
    .. method:: read(n)
 
       Read and return at most *n* characters from the stream as a single