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 gregory.p.smith
Recipients christian.heimes, giampaolo.rodola, gregory.p.smith, izbyshev, vstinner
Date 2019-01-17.07:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547710246.97.0.640796336892.issue35755@roundup.psfhosted.org>
In-reply-to
Content
ntpath and macpath appear to have the same potential issue.
They've basically had this defpath value forever.

keep following it and you find a commit from 1994 https://github.com/python/cpython/commit/2979b01ff88ac4c5b316d9bf98edbaaaffac8e24

Changing them only alters behavior of users of os.defpath or in the (odd?) situation when the PATH environment variable is unset, anything using of shutil.which() or distutils.spawn.find_executabnle(), the only stdlib users of os.defpath.
History
Date User Action Args
2019-01-17 07:30:48gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, giampaolo.rodola, christian.heimes, izbyshev
2019-01-17 07:30:46gregory.p.smithsetmessageid: <1547710246.97.0.640796336892.issue35755@roundup.psfhosted.org>
2019-01-17 07:30:46gregory.p.smithlinkissue35755 messages
2019-01-17 07:30:46gregory.p.smithcreate