Message282050
Just found issue15451, which reports a similar inconsistency between Windows and POSIX for 'PATH' provided through the Popen env parameter as for cwd. It seems that, on POSIX-platforms, the PATH environment variable passed through env affects the executable lookup if executable does *not* contain a dirname, but on Windows the new PATH never affects executable lookup. So, again, relative executable paths are causing platform-specific behavior. |
|
| Date |
User |
Action |
Args |
| 2016-11-29 22:26:11 | wolma | set | recipients:
+ wolma, paul.moore, tim.golden, ned.deily, cvrebert, asvetlov, chris.jerdonek, docs@python, python-dev, zach.ware, steve.dower, pepalogik |
| 2016-11-29 22:26:10 | wolma | set | messageid: <[email protected]> |
| 2016-11-29 22:26:10 | wolma | link | issue15533 messages |
| 2016-11-29 22:26:10 | wolma | create | |
|