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 pitrou
Recipients georg.brandl, ncoghlan, pitrou, rock
Date 2014-06-25.13:13:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403702001.22.0.0338239866822.issue21862@psf.upfronthosting.co.za>
In-reply-to
Content
That's not how -m should work. It should use the runpy facilities (see the runpy module). Otherwise it probably won't work properly with qualified module names ("-m pkg.subpkg.mod").
History
Date User Action Args
2014-06-25 13:13:21pitrousetrecipients: + pitrou, georg.brandl, ncoghlan, rock
2014-06-25 13:13:21pitrousetmessageid: <1403702001.22.0.0338239866822.issue21862@psf.upfronthosting.co.za>
2014-06-25 13:13:21pitroulinkissue21862 messages
2014-06-25 13:13:21pitroucreate