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 paul.moore, rmccampbell7, serhiy.storchaka, steve.dower, tim.golden, xtreak, zach.ware
Date 2018-09-26.20:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537992766.02.0.545547206417.issue31405@psf.upfronthosting.co.za>
In-reply-to
Content
This is how windows looks up commands, as well as the built in "where" command. (Note that windows doesn't actually distinguish between "executable" files and just plain old files, so this could be confusing for UNIX users... a text file for instance will simply open in the default text editor when "executed" by the shell.)
History
Date User Action Args
2018-09-26 20:12:46rmccampbell7setrecipients: + rmccampbell7, paul.moore, tim.golden, zach.ware, serhiy.storchaka, steve.dower, xtreak
2018-09-26 20:12:46rmccampbell7setmessageid: <1537992766.02.0.545547206417.issue31405@psf.upfronthosting.co.za>
2018-09-26 20:12:46rmccampbell7linkissue31405 messages
2018-09-26 20:12:45rmccampbell7create