projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1ea23
)
whatsnew: compression libraries support 'x' mode.
author
R David Murray
<rdmurray@bitdance.com>
Fri, 28 Feb 2014 01:05:42 +0000
(20:05 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Fri, 28 Feb 2014 01:05:42 +0000
(20:05 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 121d2810f753a58a26cb278d3e37ed15aacf2a46..b0522832f71f11250103acdd9c36560180dcd296 100644
(file)
--- 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
-------------------------