commit | d7664dee0c35c01e71fc0ea65d0b7547dfb0212a | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Jan 19 00:40:46 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Jan 19 00:40:46 2012 +0200 |
tree | b2e677ee3580ab47d9379de12b97603c09c3ec49 | |
parent | e09bc1e8f54620e938b7e076830b872a8daabd2c [diff] [blame] |
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 9d32b12..0233823 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Library ------- +- Issue #13781: Prevent gzip.GzipFile from using the dummy filename provided by + file objects opened with os.fdopen(). + - Issue #13589: Fix some serialization primitives in the aifc module. Patch by Oleg Plakhotnyuk.