Brett Cannon
|
417937733f
|
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.
|
2009-03-04 01:00:53 +00:00 |
Brett Cannon
|
ac10be365e
|
Fix a bug where code was trying to index an int. Left over from the situation
from using str.rpartition to str.rindex.
Closes Issue5213.
|
2009-02-27 03:38:28 +00:00 |
Brett Cannon
|
93881c6c58
|
Backport importlib in the form of providing importlib.import_module(). This has
been done purely to help transitions from 2.7 to 3.1.
|
2009-01-26 01:16:50 +00:00 |