diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-01-18 22:40:46 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-01-18 22:40:46 (GMT) |
commit | d7664dee0c35c01e71fc0ea65d0b7547dfb0212a (patch) | |
tree | b2e677ee3580ab47d9379de12b97603c09c3ec49 /Misc | |
parent | e09bc1e8f54620e938b7e076830b872a8daabd2c (diff) | |
download | cpython-d7664dee0c35c01e71fc0ea65d0b7547dfb0212a.zip cpython-d7664dee0c35c01e71fc0ea65d0b7547dfb0212a.tar.gz cpython-d7664dee0c35c01e71fc0ea65d0b7547dfb0212a.tar.bz2 |
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ Core and Builtins 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. |