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 Greg.Slodkowicz, belopolsky, berker.peksag, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, ncoghlan, terry.reedy
Date 2013-12-17.12:48:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387284503.14.0.654695717187.issue9325@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 19982 suggests a different way of refactoring the runpy APIs inspired by PEP 451: passing in a "target" module to be used, rather than creating a temporary one from scratch.
History
Date User Action Args
2013-12-17 12:48:23ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, belopolsky, giampaolo.rodola, eric.araujo, Greg.Slodkowicz, eric.snow, berker.peksag
2013-12-17 12:48:23ncoghlansetmessageid: <1387284503.14.0.654695717187.issue9325@psf.upfronthosting.co.za>
2013-12-17 12:48:23ncoghlanlinkissue9325 messages
2013-12-17 12:48:22ncoghlancreate