diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-23 19:51:39 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-23 19:51:39 (GMT) |
commit | 70c60449133919af4c598d562b85fcae66d20714 (patch) | |
tree | e14c9509c773712b79725e03e5e9fedb5d79c9bd /Misc | |
parent | ab58b5f90e60cb21752f5294538bc88d56cacfbe (diff) | |
download | cpython-70c60449133919af4c598d562b85fcae66d20714.zip cpython-70c60449133919af4c598d562b85fcae66d20714.tar.gz cpython-70c60449133919af4c598d562b85fcae66d20714.tar.bz2 |
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
@@ -62,6 +62,8 @@ Core and Builtins Library ------- +- Issue #9928: Properly initialize the types exported by the bz2 module. + - Issue #1675951: Allow GzipFile to work with unseekable file objects. Patch by Florian Festi. |