From: Serhiy Storchaka Date: Sun, 23 Oct 2016 12:58:10 +0000 (+0300) Subject: Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. X-Git-Tag: v3.7.0a1~2153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39891fff32eabf79c02073ad0203df20b3f5b908;p=python Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. --- 39891fff32eabf79c02073ad0203df20b3f5b908 diff --cc Misc/NEWS index 9f37acd8c9,3f3b995d0a..2eea9582d6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -16,6 -16,15 +16,8 @@@ Core and Builtin - Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception loss in PyTraceBack_Here(). -- Issue #28471: Fix "Python memory allocator called without holding the GIL" - crash in socket.setblocking. - - -Library -------- - + - Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. + - Issue #25953: re.sub() now raises an error for invalid numerical group reference in replacement template even if the pattern is not found in the string. Error message for invalid group reference now includes the