From: Brett Cannon Date: Tue, 3 Feb 2009 05:01:06 +0000 (+0000) Subject: Blocked revisions 69252-69253 via svnmerge X-Git-Tag: v2.6.2c1~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e17570d7fd18181312b5a3f9d3d5f71e82b11609;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 69252-69253 via svnmerge ........ r69252 | brett.cannon | 2009-02-02 20:58:29 -0800 (Mon, 02 Feb 2009) | 3 lines Make importlib a package. This allows using svn:externals in the sandbox to package up the code for separate distribution. ........ r69253 | brett.cannon | 2009-02-02 20:59:58 -0800 (Mon, 02 Feb 2009) | 1 line Ignore bytecode files in importlib. ........ ---