Issue 5213: _resolve_name in importlib/init.py left an index on rindex usage (original) (raw)

Issue5213

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:45 admin set github: 49463
2009-02-27 03:39:01 brett.cannon set status: open -> closedresolution: fixedmessages: + stage: resolved
2009-02-11 04:06:36 gpolo create