From: Nick Coghlan Date: Sun, 15 Nov 2009 07:35:20 +0000 (+0000) Subject: Blocked revisions 76286 via svnmerge X-Git-Tag: v2.6.5rc1~356 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38b5dd13eb752b8211c1ae81697c821a8dbe1674;p=thirdparty%2FPython%2Fcpython.git 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. ........ ---