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 vstinner
Recipients eryksun, matrixise, mdk, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-02-20.10:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550659899.31.0.0985461302141.issue36021@roundup.psfhosted.org>
In-reply-to
Content
>     >>> os.startfile('file:///C:/Temp/test/test.exe')

Oh, startfile() also runs a program for an URL using file:// scheme? If yes, it becomes even more complex to fix this file :-/

How do you decide if an URL start with file:// is safe?
History
Date User Action Args
2019-02-20 10:51:39vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, matrixise, mdk
2019-02-20 10:51:39vstinnersetmessageid: <1550659899.31.0.0985461302141.issue36021@roundup.psfhosted.org>
2019-02-20 10:51:39vstinnerlinkissue36021 messages
2019-02-20 10:51:39vstinnercreate