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, xtreak
Date 2019-02-13.11:51:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550058684.12.0.756088945498.issue35981@roundup.psfhosted.org>
In-reply-to
Content
Could be the case that it's windows specific. For "foo...bar..." abspath returns "foo...bar..." in Python on Mac. I don't have access to Windows but checking this on dotnet fiddle with C# which I hope uses Windows full path strips out the leading dots which I think could be a case with os.path.abspath used in make_archive.

Sample fiddle : https://dotnetfiddle.net/PhRr98.
History
Date User Action Args
2019-02-13 11:51:24xtreaksetrecipients: + xtreak, eric.araujo, dstufft, matrixise, highwind
2019-02-13 11:51:24xtreaksetmessageid: <1550058684.12.0.756088945498.issue35981@roundup.psfhosted.org>
2019-02-13 11:51:24xtreaklinkissue35981 messages
2019-02-13 11:51:24xtreakcreate