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 kinow
Recipients dstufft, eric.araujo, highwind, kinow, matrixise, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2019-12-02.03:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575256712.73.0.943938263642.issue35981@roundup.psfhosted.org>
In-reply-to
Content
Tested locally on Win10 pro, and both suggestions of steve.dower worked. I've put a PR (https://github.com/python/cpython/pull/17435) based on his second suggestion.

The rationale being that that way, the format function (zip/bztar/etc) will get the absolute file name. I thought this was less risk then trusting that the format function would work with the relative paths in win/linux/etc.
History
Date User Action Args
2019-12-02 03:18:32kinowsetrecipients: + kinow, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, matrixise, xtreak, highwind
2019-12-02 03:18:32kinowsetmessageid: <1575256712.73.0.943938263642.issue35981@roundup.psfhosted.org>
2019-12-02 03:18:32kinowlinkissue35981 messages
2019-12-02 03:18:32kinowcreate