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 bluebird
Recipients bluebird, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-12-11.14:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576073182.55.0.671324499813.issue39025@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the quick feedback.

I agree that it makes sense for python modules to support -m. However, PyQt comes with many executables originally written in C++ for Qt (designer, assistant). It feels a bit strange to add a module with that name, just for the purpose of creating a -m target so that you can run it without Scripts in path.

Moreover, some of these C++ exectuables depends on DLL which are only in the Scripts directory and it might not work. I do not think that your proposal addresses the full problem.
History
Date User Action Args
2019-12-11 14:06:22bluebirdsetrecipients: + bluebird, paul.moore, tim.golden, zach.ware, steve.dower
2019-12-11 14:06:22bluebirdsetmessageid: <1576073182.55.0.671324499813.issue39025@roundup.psfhosted.org>
2019-12-11 14:06:22bluebirdlinkissue39025 messages
2019-12-11 14:06:22bluebirdcreate