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 Manjusaka
Recipients Anthony Sottile, Manjusaka, SpecLad, eryksun, paul.moore, rmccampbell7, serhiy.storchaka, steve.dower, tim.golden, xtreak, zach.ware
Date 2020-01-22.16:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579709243.41.0.151437729959.issue31405@roundup.psfhosted.org>
In-reply-to
Content
Hello Anthony

would you mind to execute this command on your PC?

python -c "import os; print(os.environ.get("PATHEXT", "").split(os.pathsep))"

and show the result about this code?
History
Date User Action Args
2020-01-22 16:07:23Manjusakasetrecipients: + Manjusaka, paul.moore, tim.golden, zach.ware, SpecLad, serhiy.storchaka, eryksun, steve.dower, rmccampbell7, Anthony Sottile, xtreak
2020-01-22 16:07:23Manjusakasetmessageid: <1579709243.41.0.151437729959.issue31405@roundup.psfhosted.org>
2020-01-22 16:07:23Manjusakalinkissue31405 messages
2020-01-22 16:07:23Manjusakacreate