diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-23 12:55:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-23 12:55:09 (GMT) |
commit | 666de7772708047b63125126b0147931571254a4 (patch) | |
tree | 8ceb8d7dcc07c82d982072b5757e5405018ea980 /Misc | |
parent | 61c4c44b2a821740c78964398a3469ad10bd03ad (diff) | |
download | cpython-666de7772708047b63125126b0147931571254a4.zip cpython-666de7772708047b63125126b0147931571254a4.tar.gz cpython-666de7772708047b63125126b0147931571254a4.tar.bz2 |
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ Core and Builtins Library ------- +- Issue #28488: shutil.make_archive() no longer add entry "./" to ZIP archive. + - Issue #24452: Make webbrowser support Chrome on Mac OS X. - Issue #20766: Fix references leaked by pdb in the handling of SIGINT |