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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to