]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some more bugs caused by the backport from 3.x for importlib.
authorBrett Cannon <bcannon@gmail.com>
Wed, 4 Mar 2009 01:00:53 +0000 (01:00 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 4 Mar 2009 01:00:53 +0000 (01:00 +0000)
commit417937733fdcb2aa23b2cf726a5cc6484fe803f5
treeffb93b79e652695f356bad2da1da4b4de1ab9e30
parent131af6505ace852a5754f380d451636c09e7d597
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.
Lib/importlib/__init__.py
Lib/test/test_importlib.py