Message206181
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. |
|
| Date |
User |
Action |
Args |
| 2013-12-14 13:22:03 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, eric.snow |
| 2013-12-14 13:22:03 | ncoghlan | set | messageid: <[email protected]> |
| 2013-12-14 13:22:03 | ncoghlan | link | issue19982 messages |
| 2013-12-14 13:22:03 | ncoghlan | create | |
|