summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-23 19:54:28 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-23 19:54:28 (GMT)
commit9227508dec49240d3e528d0a319048a3a2cb02c6 (patch)
tree0e196f7403b4ce9167baf0b4de7242e66995b329 /Misc
parentf67ea2d0050c45e7ee7120bf1c5ecee622feffcc (diff)
downloadcpython-9227508dec49240d3e528d0a319048a3a2cb02c6.zip
cpython-9227508dec49240d3e528d0a319048a3a2cb02c6.tar.gz
cpython-9227508dec49240d3e528d0a319048a3a2cb02c6.tar.bz2
Merged revisions 84980 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84980 | antoine.pitrou | 2010-09-23 21:51:39 +0200 (jeu., 23 sept. 2010) | 3 lines Issue #9928: Properly initialize the types exported by the bz2 module. ........
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 a437351..d46f6b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,8 @@ C-API
Library
-------
+- Issue #9928: Properly initialize the types exported by the bz2 module.
+
- Issue #9854: The default read() implementation in io.RawIOBase now
handles non-blocking readinto() returning None correctly.