commit | a9bd6d5ea7b822e12fa3c080fe24b04a87bcae56 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Apr 27 21:01:54 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Apr 27 21:01:54 2010 +0000 |
tree | 5691762d0c9c265d9d5e1fdbad192671e9c8aea2 | |
parent | 1dc6b08f9efe471cc5983cdfcdb391eea505a5e0 [diff] [blame] |
reject None as the buffering argument like the C implementation does #8546
diff --git a/Misc/NEWS b/Misc/NEWS index 2c2d2f2..de05472 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,8 @@ 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.