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 matrixise
Recipients matrixise, mdk, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-02-19.19:27:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550604463.85.0.190724358489.issue36021@roundup.psfhosted.org>
In-reply-to
Content
@vstinner

With the last commit, I don't test if the file is an executable but just if the extension is a .html file.

For example, if you rename calc.exe by calc.html and you try to execute it in the default browser (via os.startfile()), you will get the content of the file in the browser.
History
Date User Action Args
2019-02-19 19:27:43matrixisesetrecipients: + matrixise, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, mdk
2019-02-19 19:27:43matrixisesetmessageid: <1550604463.85.0.190724358489.issue36021@roundup.psfhosted.org>
2019-02-19 19:27:43matrixiselinkissue36021 messages
2019-02-19 19:27:43matrixisecreate