Message340446
> 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 ;-) |
|
| Date |
User |
Action |
Args |
| 2019-04-17 20:58:47 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, giampaolo.rodola, christian.heimes, jwilk, serhiy.storchaka, izbyshev |
| 2019-04-17 20:58:47 | vstinner | link | issue35755 messages |
| 2019-04-17 20:58:47 | vstinner | create | |
|