diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-04-27 21:01:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-04-27 21:01:54 (GMT) |
commit | a9bd6d5ea7b822e12fa3c080fe24b04a87bcae56 (patch) | |
tree | 5691762d0c9c265d9d5e1fdbad192671e9c8aea2 /Misc | |
parent | 1dc6b08f9efe471cc5983cdfcdb391eea505a5e0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |