summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2013-10-18 22:06:19 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2013-10-18 22:06:19 (GMT)
commit42ca98217ca544220fdf4d33875c811f342edc56 (patch)
tree4ca867f69d20ab9c69779ae4a87dda0b116649b4 /Misc
parentc5168153538b46885a5345033c124d4a3d6c9dcc (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e204bc3..880e4f0 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -506,6 +506,7 @@ Janko Hauser
Rycharde Hawkes
Ben Hayden
Jochen Hayek
+Tim Heaney
Henrik Heimbuerger
Christian Heimes
Thomas Heller
diff --git a/Misc/NEWS b/Misc/NEWS
index a0af8cd..4d514f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,