diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-23 16:22:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-23 16:22:51 (GMT) |
commit | 7b9698435d890b2df5107a6a3efedc1aebc178a3 (patch) | |
tree | 8552eb6b9fa4cf0861e8252cb3fe92be82011d1d /Misc | |
parent | dda7fdf1947453dc4c7b167c75b111b81e4b881e (diff) | |
download | cpython-7b9698435d890b2df5107a6a3efedc1aebc178a3.zip cpython-7b9698435d890b2df5107a6a3efedc1aebc178a3.tar.gz cpython-7b9698435d890b2df5107a6a3efedc1aebc178a3.tar.bz2 |
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Patch by Florian Festi.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -260,6 +260,7 @@ Bill Fancher Mark Favas Niels Ferguson Sebastian Fernandez +Florian Festi Vincent Fiack Tomer Filiba Jeffrey Finkelstein @@ -62,6 +62,9 @@ Core and Builtins Library ------- +- Issue #1675951: Allow GzipFile to work with unseekable file objects. + Patch by Florian Festi. + - Logging: Added QueueListener class to facilitate logging usage for performance-critical threads. |