| commit | 68721019efb16ba8acad036c331a9a195d6f7da0 | [log] [tgz] |
|---|---|---|
| author | Nadeem Vawda <nadeem.vawda@gmail.com> | Mon Jun 04 23:21:38 2012 +0200 |
| committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Mon Jun 04 23:21:38 2012 +0200 |
| tree | 3fad6d5d15ea939af5327415a1cae0de9a80956d | |
| parent | d7b7c7472b274c6867261b3a796c2aada9945849 [diff] [blame] |
Add fileobj support to gzip.open().
diff --git a/Misc/NEWS b/Misc/NEWS index 479090f..46f3fd9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ 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