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 highwind
Recipients dstufft, eric.araujo, highwind
Date 2019-02-13.07:15:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550042124.47.0.589800343777.issue35981@roundup.psfhosted.org>
In-reply-to
Content
shutil.make_archive("foo...bar..", "zip", os.path.abspath("c:/test"))

create zipfile called "foo...bar.zip" not "foo...bar...zip"
History
Date User Action Args
2019-02-13 07:15:24highwindsetrecipients: + highwind, eric.araujo, dstufft
2019-02-13 07:15:24highwindsetmessageid: <1550042124.47.0.589800343777.issue35981@roundup.psfhosted.org>
2019-02-13 07:15:24highwindlinkissue35981 messages
2019-02-13 07:15:24highwindcreate