diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-26 17:10:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-26 17:10:29 (GMT) |
commit | 59406a9d857f3060f21269266a14a778aebf9904 (patch) | |
tree | 30f4ece28889e310b59296a9dfa282bfe9a61ee8 /Misc | |
parent | 1ef7c6bc85988092b7c4b964309b9e3f3a62afd9 (diff) | |
download | cpython-59406a9d857f3060f21269266a14a778aebf9904.zip cpython-59406a9d857f3060f21269266a14a778aebf9904.tar.gz cpython-59406a9d857f3060f21269266a14a778aebf9904.tar.bz2 |
officially deprecated max_buffer_size
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |