diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-02-13 19:02:12 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-02-13 19:02:12 (GMT) |
commit | 0fe6325acf013c945dc003eae2ab5addc2186645 (patch) | |
tree | 6ce2f63ce24b65195cb7a6684dcce5352571b5f2 /Misc/NEWS | |
parent | 67677575893289abf0374243f1e603e0683a787d (diff) | |
download | cpython-0fe6325acf013c945dc003eae2ab5addc2186645.zip cpython-0fe6325acf013c945dc003eae2ab5addc2186645.tar.gz cpython-0fe6325acf013c945dc003eae2ab5addc2186645.tar.bz2 |
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. + - Issue #23344: marshal.dumps() is now 20-25% faster on average. - Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on |