summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-27 21:01:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-27 21:01:54 (GMT)
commita9bd6d5ea7b822e12fa3c080fe24b04a87bcae56 (patch)
tree5691762d0c9c265d9d5e1fdbad192671e9c8aea2 /Misc
parent1dc6b08f9efe471cc5983cdfcdb391eea505a5e0 (diff)
downloadcpython-a9bd6d5ea7b822e12fa3c080fe24b04a87bcae56.zip
cpython-a9bd6d5ea7b822e12fa3c080fe24b04a87bcae56.tar.gz
cpython-a9bd6d5ea7b822e12fa3c080fe24b04a87bcae56.tar.bz2
reject None as the buffering argument like the C implementation does #8546
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c2d2f2..de05472 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #8546: Reject None given as the buffering argument to _pyio.open.
+
- Issue #8549: Fix compiling the _ssl extension under AIX. Patch by
Sridhar Ratnakumar.