diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-06-04 21:21:38 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-06-04 21:21:38 (GMT) |
commit | 68721019efb16ba8acad036c331a9a195d6f7da0 (patch) | |
tree | 3fad6d5d15ea939af5327415a1cae0de9a80956d /Misc | |
parent | d7b7c7472b274c6867261b3a796c2aada9945849 (diff) | |
download | cpython-68721019efb16ba8acad036c331a9a195d6f7da0.zip cpython-68721019efb16ba8acad036c331a9a195d6f7da0.tar.gz cpython-68721019efb16ba8acad036c331a9a195d6f7da0.tar.bz2 |
Add fileobj support to gzip.open().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Core and Builtins Library ------- +- gzip.open() now accepts file objects as well as filenames. + - Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError when the path existed and had the S_ISGID mode bit set when it was not explicitly asked for. This is no longer an exception as mkdir |