summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-06-04 21:21:38 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-06-04 21:21:38 (GMT)
commit68721019efb16ba8acad036c331a9a195d6f7da0 (patch)
tree3fad6d5d15ea939af5327415a1cae0de9a80956d /Misc
parentd7b7c7472b274c6867261b3a796c2aada9945849 (diff)
downloadcpython-68721019efb16ba8acad036c331a9a195d6f7da0.zip
cpython-68721019efb16ba8acad036c331a9a195d6f7da0.tar.gz
cpython-68721019efb16ba8acad036c331a9a195d6f7da0.tar.bz2
Add fileobj support to gzip.open().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 479090f..46f3fd9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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