commit | ac10be365e5c25f2bedac75b3269a22f361d51e5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Feb 27 03:38:28 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Feb 27 03:38:28 2009 +0000 |
tree | 59d835862ccff2cfb6e4192e15e3f015f8266239 | |
parent | 75a4fab6a4f248ea5129fdab847dec77c272fddd [diff] |
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.