cpython/Lib/importlib
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
..
__init__.py Fix a bug where code was trying to index an int. Left over from the situation 2009-02-27 03:38:28 +00:00