summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-02-13 19:02:12 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-02-13 19:02:12 (GMT)
commit0fe6325acf013c945dc003eae2ab5addc2186645 (patch)
tree6ce2f63ce24b65195cb7a6684dcce5352571b5f2 /Misc/NEWS
parent67677575893289abf0374243f1e603e0683a787d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b497bd5..cae74df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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