mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
whatsnew: compression libraries support 'x' mode.
This commit is contained in:
parent
4b1ea234a0
commit
0bec63e67d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
-------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue