This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alanmcintyre, bialix, python-dev, serhiy.storchaka, tarek, twouters
Date 2016-10-23.12:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161023125854.38734.74820.194B980D@psf.io>
In-reply-to
Content
New changeset 847537b7924c by Serhiy Storchaka in branch '2.7':
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
https://hg.python.org/cpython/rev/847537b7924c

New changeset d4fce66ebe01 by Serhiy Storchaka in branch '3.5':
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
https://hg.python.org/cpython/rev/d4fce66ebe01

New changeset e93149fee04d by Serhiy Storchaka in branch '3.6':
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
https://hg.python.org/cpython/rev/e93149fee04d

New changeset 72da53d3074b by Serhiy Storchaka in branch 'default':
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
https://hg.python.org/cpython/rev/72da53d3074b
History
Date User Action Args
2016-10-23 12:58:57python-devsetrecipients: + python-dev, twouters, alanmcintyre, bialix, tarek, serhiy.storchaka
2016-10-23 12:58:57python-devlinkissue28488 messages
2016-10-23 12:58:57python-devcreate