This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: _resolve_name in importlib/__init__.py left an index on rindex usage
Type: Stage: resolved
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, gpolo
Priority: normal Keywords: easy, patch

Created on 2009-02-11 04:06 by gpolo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_resolve_name_rindex.diff gpolo, 2009-02-11 04:06
Messages (2)
msg81621 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-02-11 04:06
I guess this happened due to the transition from rsplit to rindex.
msg82816 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2009-02-27 03:39
Fixed in 70011.
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49463
2009-02-27 03:39:01brett.cannonsetstatus: open -> closed
resolution: fixed
messages: + msg82816
stage: resolved
2009-02-11 04:06:36gpolocreate