summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-23 12:55:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-23 12:55:09 (GMT)
commit666de7772708047b63125126b0147931571254a4 (patch)
tree8ceb8d7dcc07c82d982072b5757e5405018ea980 /Misc
parent61c4c44b2a821740c78964398a3469ad10bd03ad (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c091a0..33dcb76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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