[New-bugs-announce] [issue19982] Add a "target" parameter to runpy.run_path and runpy.run_module

Nick Coghlan report at bugs.python.org
Sat Dec 14 14:22:03 CET 2013


New submission from Nick Coghlan:

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.

----------
messages: 206181
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Add a "target" parameter to runpy.run_path and runpy.run_module
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19982>
_______________________________________


More information about the New-bugs-announce mailing list