]> granicus.if.org Git - python/commit
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 18 Jan 2012 22:40:46 +0000 (00:40 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 18 Jan 2012 22:40:46 +0000 (00:40 +0200)
commitd7664dee0c35c01e71fc0ea65d0b7547dfb0212a
treeb2e677ee3580ab47d9379de12b97603c09c3ec49
parente09bc1e8f54620e938b7e076830b872a8daabd2c
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS
Modules/posixmodule.c