From: Brett Cannon Date: Wed, 4 Mar 2009 01:06:24 +0000 (+0000) Subject: Blocked revisions 70153 via svnmerge X-Git-Tag: v3.1a1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=771ae9650ab25b0a2cf36f94ec6857665ddf8bc5;p=python Blocked revisions 70153 via svnmerge ........ r70153 | brett.cannon | 2009-03-03 17:00:53 -0800 (Tue, 03 Mar 2009) | 4 lines Fix some more bugs caused by the backport from 3.x for importlib. Do a more exact copy of the final 3.x code to resolve bugs and add appropriate tests. ........ ---