summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 15:03:22 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-07-07 15:03:22 (GMT)
commit109d57358e9078fb1139e2b7687d7e300ce4dcb4 (patch)
treea485bc26bf29cad1d4e8b9c13c82ae09cab8235e /Misc
parentaf1adbeedd9717fa8cfd47b3fa248a8169d7ef8e (diff)
downloadcpython-109d57358e9078fb1139e2b7687d7e300ce4dcb4.zip
cpython-109d57358e9078fb1139e2b7687d7e300ce4dcb4.tar.gz
cpython-109d57358e9078fb1139e2b7687d7e300ce4dcb4.tar.bz2
Issue #13248: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair.
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 9334007..7b519d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #13248: Remove obsolete argument "max_buffer_size" of BufferedWriter
+ and BufferedRWPair, from the io module.
+
- Issue #13248: Remove obsolete argument "version" of argparse.ArgumentParser.
- Issue #14814: implement more consistent ordering and sorting behaviour