]> granicus.if.org Git - python/commitdiff
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:58:10 +0000 (15:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Oct 2016 12:58:10 +0000 (15:58 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 9f37acd8c962a19a56c61b977c212ca33546f5a5,3f3b995d0a562c59869d20006114b501fe48d6a6..2eea9582d6e2288401ff718fd941d571bde023a1
+++ 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