summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-04-27 21:07:21 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-04-27 21:07:21 (GMT)
commit95e392c1115f091160a2fe3d400ef5231546a646 (patch)
tree77f14a99c02cc06f479382649b02463a3afda78c /Misc
parent06e34a9476f7b0cd14b1dcc023892d7193230703 (diff)
downloadcpython-95e392c1115f091160a2fe3d400ef5231546a646.zip
cpython-95e392c1115f091160a2fe3d400ef5231546a646.tar.gz
cpython-95e392c1115f091160a2fe3d400ef5231546a646.tar.bz2
Merged revisions 80544 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80544 | benjamin.peterson | 2010-04-27 16:01:54 -0500 (Tue, 27 Apr 2010) | 1 line 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 2837ef9..ff469e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -339,6 +339,8 @@ C-API
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.