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 ronaldoussoren
Recipients erlendaasland, gjj2828, ned.deily, ronaldoussoren
Date 2020-02-29.08:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582963677.74.0.908720782337.issue36516@roundup.psfhosted.org>
In-reply-to
Content
I'm fairly sure support for .pyw, or rather a separate python executable, was introduced in the MacOSX port. In particular, we started out with two different executables "python" and "pythonw" where the first was the regular python executable, while the second did the "launch executable in Python.app" dance to support GUI code from the command-line.  This was changed later on to always use the executable from Python.app.

P.S. I still think Python Launcher is worrisome from a security standpoint (#5262).
History
Date User Action Args
2020-02-29 08:07:57ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, gjj2828, erlendaasland
2020-02-29 08:07:57ronaldoussorensetmessageid: <1582963677.74.0.908720782337.issue36516@roundup.psfhosted.org>
2020-02-29 08:07:57ronaldoussorenlinkissue36516 messages
2020-02-29 08:07:57ronaldoussorencreate