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 ncoghlan
Recipients Arfrever, brett.cannon, eric.araujo, georg.brandl, ncoghlan, python-dev
Date 2012-07-15.08:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342342094.23.0.874674048156.issue15314@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I think runpy and __main__.__loader__ are all sorted now. The relevant runpy and command line script tests all check for the expected values, and I added a couple of new tests to cover the "-c" and "reading from stdin" cases.
History
Date User Action Args
2012-07-15 08:48:14ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, eric.araujo, Arfrever, python-dev
2012-07-15 08:48:14ncoghlansetmessageid: <1342342094.23.0.874674048156.issue15314@psf.upfronthosting.co.za>
2012-07-15 08:48:12ncoghlanlinkissue15314 messages
2012-07-15 08:48:12ncoghlancreate