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 xtreak
Recipients dstufft, eric.araujo, highwind, matrixise, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2019-02-13.14:26:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550067983.86.0.118274524225.issue35981@roundup.psfhosted.org>
In-reply-to
Content
On windows os.path.abspath("foo...bar..") returns "foo...bar" which is used in shutil.make_archive [0] returning foo...bar.zip. @matrixise , I am reopening this and adding Windows so that this can be confirmed as known behavior and closed.

https://github.com/python/cpython/blob/dcb68f47f74b0cc8a1896d4a4c5a6b83c0bbeeae/Lib/shutil.py#L964
History
Date User Action Args
2019-02-13 14:26:23xtreaksetrecipients: + xtreak, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, matrixise, highwind
2019-02-13 14:26:23xtreaksetmessageid: <1550067983.86.0.118274524225.issue35981@roundup.psfhosted.org>
2019-02-13 14:26:23xtreaklinkissue35981 messages
2019-02-13 14:26:23xtreakcreate