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 mitchelly
Recipients Anthony Sottile, Manjusaka, SpecLad, eryksun, mitchelly, paul.moore, rmccampbell7, serhiy.storchaka, steve.dower, tim.golden, xtreak, zach.ware
Date 2021-01-25.22:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611614868.85.0.979989894499.issue31405@roundup.psfhosted.org>
In-reply-to
Content
I am struggling with the same issue as Anthony. To provide a more direct response to Manjusaka's query:

python -c "import os; print(os.environ.get(\"PATHEXT\", \"\").split(os.pathsep))"
['.COM', '.EXE', '.BAT', '.CMD', '.VBS', '.VBE', '.JS', '.JSE', '.WSF', '.WSH', '.MSC']

Like Anthony, wondering if this should be it's own issue. Simply supporting paths with separators shouldn't, I think, lead to any of the ambiguities of matching a file exactly, without PATHEXT treatment.
History
Date User Action Args
2021-01-25 22:47:48mitchellysetrecipients: + mitchelly, paul.moore, tim.golden, zach.ware, SpecLad, serhiy.storchaka, eryksun, steve.dower, rmccampbell7, Anthony Sottile, Manjusaka, xtreak
2021-01-25 22:47:48mitchellysetmessageid: <1611614868.85.0.979989894499.issue31405@roundup.psfhosted.org>
2021-01-25 22:47:48mitchellylinkissue31405 messages
2021-01-25 22:47:48mitchellycreate