diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-10-18 22:06:19 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-10-18 22:06:19 (GMT) |
commit | 42ca98217ca544220fdf4d33875c811f342edc56 (patch) | |
tree | 4ca867f69d20ab9c69779ae4a87dda0b116649b4 /Misc | |
parent | c5168153538b46885a5345033c124d4a3d6c9dcc (diff) | |
download | cpython-42ca98217ca544220fdf4d33875c811f342edc56.zip cpython-42ca98217ca544220fdf4d33875c811f342edc56.tar.gz cpython-42ca98217ca544220fdf4d33875c811f342edc56.tar.bz2 |
Issue #19201: Add support for the 'x' mode to the lzma module.
Patch by Tim Heaney and Vajrasky Kok.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -506,6 +506,7 @@ Janko Hauser Rycharde Hawkes Ben Hayden Jochen Hayek +Tim Heaney Henrik Heimbuerger Christian Heimes Thomas Heller @@ -54,6 +54,9 @@ Core and Builtins Library ------- +- Issue #19201: Add "x" mode (exclusive creation) in opening file to lzma + module. Patch by Tim Heaney and Vajrasky Kok. + - Fix a reference count leak in _sre. - Issue #19262: Initial check in of the 'asyncio' package (a.k.a. Tulip, |