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 brett.cannon, eric.snow, ncoghlan
Date 2013-12-14.13:22:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387027323.14.0.795736210788.issue19982@psf.upfronthosting.co.za>
In-reply-to
Content
One idea from PEP 451 was to add a "target" parameter to runpy.run_path and runpy.run_module to allow them to support execution in an existing module namespace (like __main__).

This missed the feature freeze deadline for 3.4, but can be added in 3.5.
History
Date User Action Args
2013-12-14 13:22:03ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow
2013-12-14 13:22:03ncoghlansetmessageid: <1387027323.14.0.795736210788.issue19982@psf.upfronthosting.co.za>
2013-12-14 13:22:03ncoghlanlinkissue19982 messages
2013-12-14 13:22:03ncoghlancreate