diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-02-28 01:05:42 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-02-28 01:05:42 (GMT) |
commit | 0bec63e67d581a55bda3fa9809c6c57bd108d3df (patch) | |
tree | 782a23b4c420609d62a43c00d1e81a81d2c85941 /Doc | |
parent | 4b1ea234a000ecea118f84eefd3ae3c225a24521 (diff) | |
download | cpython-0bec63e67d581a55bda3fa9809c6c57bd108d3df.zip cpython-0bec63e67d581a55bda3fa9809c6c57bd108d3df.tar.gz cpython-0bec63e67d581a55bda3fa9809c6c57bd108d3df.tar.bz2 |
whatsnew: compression libraries support 'x' mode.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 121d281..b052283 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1609,6 +1609,10 @@ Other Improvements set just the error handler, without changing the default encoding. (Contributed by Serhiy Storchaka in :issue:`18818`.) +* The :mod:`bz2`, :mod:`lzma`, and :mod:`gzip` module ``open`` functions now + support ``x`` (exclusive creation) mode. (Contributed by Tim Heaney and + Vajrasky Kok in :issue:`19201`, :issue:`19222`, and :issue:`19223`.) + Significant Optimizations ------------------------- |