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.snow, larry, ncoghlan
Date 2013-11-24.07:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385278432.18.0.891733999666.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
D'oh, I forgot there was a runpy API change I planned to offer as part of the PEP 451 integration: exposing a "target" parameter in both run_path and run_module.

http://www.python.org/dev/peps/pep-0451/#the-target-parameter-of-find-spec

I guess that slips to 3.5 now, since there's no way it will be in for feature freeze :(
History
Date User Action Args
2013-11-24 07:33:52ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-11-24 07:33:52ncoghlansetmessageid: <1385278432.18.0.891733999666.issue19700@psf.upfronthosting.co.za>
2013-11-24 07:33:52ncoghlanlinkissue19700 messages
2013-11-24 07:33:51ncoghlancreate