summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-03-26 17:10:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-03-26 17:10:29 (GMT)
commit59406a9d857f3060f21269266a14a778aebf9904 (patch)
tree30f4ece28889e310b59296a9dfa282bfe9a61ee8 /Misc
parent1ef7c6bc85988092b7c4b964309b9e3f3a62afd9 (diff)
downloadcpython-59406a9d857f3060f21269266a14a778aebf9904.zip
cpython-59406a9d857f3060f21269266a14a778aebf9904.tar.gz
cpython-59406a9d857f3060f21269266a14a778aebf9904.tar.bz2
officially deprecated max_buffer_size
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c690dea..816e302 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- The max_buffer_size arguments of io.BufferedWriter, io.BufferedRWPair, and
+ io.BufferedRandom have been deprecated for removal in Python 3.2.
+
- Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
forever on incomplete input. That caused tarfile.open() to hang when used
with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or