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 vstinner
Recipients christian.heimes, giampaolo.rodola, gregory.p.smith, izbyshev, jwilk, serhiy.storchaka, vstinner
Date 2019-04-17.20:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+3bQGG=4oX5q75OVWNQTLZm=Mi41pkQOAmuHzJ7CXDpB8+OGg@mail.gmail.com>
In-reply-to <1555522164.4.0.161505442771.issue35755@roundup.psfhosted.org>
Content
> I suspect that the former is implementation accident. I can't imagine why
would anyone want this behavior.
>
> NB, POSIX says that when PATH is unset or empty, the path search is
implementation-defined.

Not thank you POSIX for being clueless. Let's say that Python is
opiniatied, as when we decided that file descriptors must be created
non-inheritable by default even if "it goes against POSIX".

If you want to look if the current directory, you now have to ask for it
kindly and explicitly ;-)

IHMO Using CS_PATH rather than hardcoded os.defpath is also a major step
forward ;-)
History
Date User Action Args
2019-04-17 20:58:47vstinnersetrecipients: + vstinner, gregory.p.smith, giampaolo.rodola, christian.heimes, jwilk, serhiy.storchaka, izbyshev
2019-04-17 20:58:47vstinnerlinkissue35755 messages
2019-04-17 20:58:47vstinnercreate