summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-23 19:51:39 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-23 19:51:39 (GMT)
commit70c60449133919af4c598d562b85fcae66d20714 (patch)
treee14c9509c773712b79725e03e5e9fedb5d79c9bd /Misc
parentab58b5f90e60cb21752f5294538bc88d56cacfbe (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 514ea6d..243bc6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.