diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-23 19:55:24 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-23 19:55:24 (GMT) |
commit | 2c7d6859a42634921b2bb2447dfa890633db4d05 (patch) | |
tree | e781f0cd543e14ee0fbb493a5c6ce98277e75e76 /Misc | |
parent | fa647ec409f586cbc313e9489e9c3c48e31c7f7d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |