]> 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 07:25:58 +0000 (09:25 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 18 Jan 2012 07:25:58 +0000 (09:25 +0200)
commit892b0b928df40da72b0d88c5e1a2c879eff543c4
tree7cf5d742852255285657770cc20baaa80baf1db8
parent031605ad999fa33e6da3eae3791c368826bd8311
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS