summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2013-10-18 22:11:06 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2013-10-18 22:11:06 (GMT)
commit8a9e99cffcb579c208ccf92454be931e8a26dc39 (patch)
tree94d3e3b07c08dd9db8c6765c0693c6dc0e23fe09 /Misc
parent42ca98217ca544220fdf4d33875c811f342edc56 (diff)
downloadcpython-8a9e99cffcb579c208ccf92454be931e8a26dc39.zip
cpython-8a9e99cffcb579c208ccf92454be931e8a26dc39.tar.gz
cpython-8a9e99cffcb579c208ccf92454be931e8a26dc39.tar.bz2
Issue #19223: Add support for the 'x' mode to the bz2 module.
Patch by Tim Heaney and Vajrasky Kok.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d514f5..33ce184 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,8 +54,8 @@ Core and Builtins
Library
-------
-- Issue #19201: Add "x" mode (exclusive creation) in opening file to lzma
- module. Patch by Tim Heaney and Vajrasky Kok.
+- Issues #19201, #19223: Add "x" mode (exclusive creation) in opening file to
+ bz2 and lzma modules. Patches by Tim Heaney and Vajrasky Kok.
- Fix a reference count leak in _sre.