]> granicus.if.org Git - python/commit
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 13 Feb 2015 19:02:12 +0000 (21:02 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 13 Feb 2015 19:02:12 +0000 (21:02 +0200)
commit0fe6325acf013c945dc003eae2ab5addc2186645
tree6ce2f63ce24b65195cb7a6684dcce5352571b5f2
parent67677575893289abf0374243f1e603e0683a787d
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Doc/library/tarfile.rst
Doc/whatsnew/3.5.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS