commit | 38b5dd13eb752b8211c1ae81697c821a8dbe1674 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Nov 15 07:35:20 2009 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Nov 15 07:35:20 2009 +0000 |
tree | 7d85830aeea98d6c0c1af21f268f54763e3b54c6 | |
parent | f0bb4354845cdfd188ab02009f4c28d9a67e3980 [diff] |
Blocked revisions 76286 via svnmerge ........ r76286 | nick.coghlan | 2009-11-15 17:30:34 +1000 (Sun, 15 Nov 2009) | 1 line 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. ........