]> granicus.if.org Git - python/commit
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Mar 2015 08:09:41 +0000 (10:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Mar 2015 08:09:41 +0000 (10:09 +0200)
commit764fc9bfac84d564c526628974a9bd5edfa5bcab
tree84a9d8736869ad41ca0c5e17550fb14cb9afba34
parent489199765ff313d0a7dad70b8fbf416667c43862
Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive
creation) mode.
Doc/library/zipfile.rst
Doc/whatsnew/3.5.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS