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 rmccampbell7
Recipients rmccampbell7
Date 2017-09-09.18:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504980729.07.0.774720722316.issue31405@psf.upfronthosting.co.za>
In-reply-to
Content
On windows, shutil.which does not match the semantics of built-in command lookup. If you pass the name of a script like foo.py and the PATHEXT variable doesn't include .py it will search for foo.py.exe, foo.py.bat, foo.py.cmd, etc. but not foo.py, which should be the first name checked.
History
Date User Action Args
2017-09-09 18:12:09rmccampbell7setrecipients: + rmccampbell7
2017-09-09 18:12:09rmccampbell7setmessageid: <1504980729.07.0.774720722316.issue31405@psf.upfronthosting.co.za>
2017-09-09 18:12:09rmccampbell7linkissue31405 messages
2017-09-09 18:12:08rmccampbell7create