diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-01-18 07:25:58 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-01-18 07:25:58 (GMT) |
commit | 892b0b928df40da72b0d88c5e1a2c879eff543c4 (patch) | |
tree | 7cf5d742852255285657770cc20baaa80baf1db8 /Misc | |
parent | 031605ad999fa33e6da3eae3791c368826bd8311 (diff) | |
download | cpython-892b0b928df40da72b0d88c5e1a2c879eff543c4.zip cpython-892b0b928df40da72b0d88c5e1a2c879eff543c4.tar.gz cpython-892b0b928df40da72b0d88c5e1a2c879eff543c4.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
@@ -100,6 +100,9 @@ Core and Builtins Library ------- +- Issue #13781: Fix GzipFile bug that caused an exception to be raised when + opening for writing using a fileobj returned by os.fdopen(). + - Issue #13803: Under Solaris, distutils doesn't include bitness in the directory name. |