Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_resolve_name in importlib/__init__.py left an index on rindex usage #49463

Closed
gpolo mannequin opened this issue Feb 11, 2009 · 2 comments
Closed

_resolve_name in importlib/__init__.py left an index on rindex usage #49463

gpolo mannequin opened this issue Feb 11, 2009 · 2 comments
Assignees
Labels
easy stdlib Python modules in the Lib dir

Comments

@gpolo
Copy link
Mannequin

gpolo mannequin commented Feb 11, 2009

BPO 5213
Nosy @brettcannon
Files
  • _resolve_name_rindex.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/brettcannon'
    closed_at = <Date 2009-02-27.03:39:01.753>
    created_at = <Date 2009-02-11.04:06:36.138>
    labels = ['easy', 'library']
    title = '_resolve_name in importlib/__init__.py left an index on rindex usage'
    updated_at = <Date 2009-02-27.03:39:01.751>
    user = 'https://bugs.python.org/gpolo'

    bugs.python.org fields:

    activity = <Date 2009-02-27.03:39:01.751>
    actor = 'brett.cannon'
    assignee = 'brett.cannon'
    closed = True
    closed_date = <Date 2009-02-27.03:39:01.753>
    closer = 'brett.cannon'
    components = ['Library (Lib)']
    creation = <Date 2009-02-11.04:06:36.138>
    creator = 'gpolo'
    dependencies = []
    files = ['13024']
    hgrepos = []
    issue_num = 5213
    keywords = ['patch', 'easy']
    message_count = 2.0
    messages = ['81621', '82816']
    nosy_count = 2.0
    nosy_names = ['brett.cannon', 'gpolo']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue5213'
    versions = ['Python 2.7']

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Feb 11, 2009

    I guess this happened due to the transition from rsplit to rindex.

    @gpolo gpolo mannequin assigned brettcannon Feb 11, 2009
    @gpolo gpolo mannequin added stdlib Python modules in the Lib dir easy labels Feb 11, 2009
    @brettcannon
    Copy link
    Member

    Fixed in 70011.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    easy stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant