diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-10-18 22:11:06 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-10-18 22:11:06 (GMT) |
commit | 8a9e99cffcb579c208ccf92454be931e8a26dc39 (patch) | |
tree | 94d3e3b07c08dd9db8c6765c0693c6dc0e23fe09 /Misc | |
parent | 42ca98217ca544220fdf4d33875c811f342edc56 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |