summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-23 19:55:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-23 19:55:24 (GMT)
commit2c7d6859a42634921b2bb2447dfa890633db4d05 (patch)
treee781f0cd543e14ee0fbb493a5c6ce98277e75e76 /Misc
parentfa647ec409f586cbc313e9489e9c3c48e31c7f7d (diff)
downloadcpython-2c7d6859a42634921b2bb2447dfa890633db4d05.zip
cpython-2c7d6859a42634921b2bb2447dfa890633db4d05.tar.gz
cpython-2c7d6859a42634921b2bb2447dfa890633db4d05.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 dfa9bd6..a8e6173 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Core and Builtins
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.