]> granicus.if.org Git - python/commit
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:57:42 +0000 (15:57 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:57:42 +0000 (15:57 +0300)
commit7fc92bb38a47f7da044847f8112e17201abf79bd
treecc6777e41b84afedcd4636c4a6046199a603dc69
parent89ecb4ac1046397ae0fc09676adf90ef7a72ea95
parent666de7772708047b63125126b0147931571254a4
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS