]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a bug where code was trying to index an int. Left over from the situation
authorBrett Cannon <bcannon@gmail.com>
Fri, 27 Feb 2009 03:38:28 +0000 (03:38 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 27 Feb 2009 03:38:28 +0000 (03:38 +0000)
commitac10be365e5c25f2bedac75b3269a22f361d51e5
tree59d835862ccff2cfb6e4192e15e3f015f8266239
parent75a4fab6a4f248ea5129fdab847dec77c272fddd
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.
Lib/importlib/__init__.py
Lib/test/test_importlib.py