]> granicus.if.org Git - python/commit
Issue #6816: expose the zipfile and directory execution mechanism to Python code...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Nov 2009 07:30:34 +0000 (07:30 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 15 Nov 2009 07:30:34 +0000 (07:30 +0000)
commit49868cb686954e57a6ab6bfea2cefeefb86305b1
tree4e26a0452fac75a8a25ad6825729eab8ec2d0cf3
parent51200277b23fd9faca5f03dae127221e9b67e7f1
Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation.
Doc/library/runpy.rst
Lib/runpy.py
Lib/test/script_helper.py [new file with mode: 0644]
Lib/test/test_cmd_line.py
Lib/test/test_cmd_line_script.py
Lib/test/test_runpy.py
Lib/test/test_zipimport_support.py
Misc/NEWS