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

[importlib] deprecate module_repr() methods #86302

Closed
brettcannon opened this issue Oct 23, 2020 · 2 comments
Closed

[importlib] deprecate module_repr() methods #86302

brettcannon opened this issue Oct 23, 2020 · 2 comments
Labels
3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@brettcannon
Copy link
Member

BPO 42136
Nosy @brettcannon
PRs
  • bpo-42136: Deprecate module_repr() as found in importlib #25022
  • 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 = None
    closed_at = <Date 2021-03-26.19:06:39.323>
    created_at = <Date 2020-10-23.23:18:48.390>
    labels = ['type-bug', 'library', '3.10']
    title = '[importlib] deprecate module_repr() methods'
    updated_at = <Date 2021-03-26.19:06:39.322>
    user = 'https://github.com/brettcannon'

    bugs.python.org fields:

    activity = <Date 2021-03-26.19:06:39.322>
    actor = 'brett.cannon'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-03-26.19:06:39.323>
    closer = 'brett.cannon'
    components = ['Library (Lib)']
    creation = <Date 2020-10-23.23:18:48.390>
    creator = 'brett.cannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42136
    keywords = ['patch']
    message_count = 2.0
    messages = ['379495', '389557']
    nosy_count = 1.0
    nosy_names = ['brett.cannon']
    pr_nums = ['25022']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue42136'
    versions = ['Python 3.10']

    @brettcannon
    Copy link
    Member Author

    The import system handles what module_repr() was meant for.

    @brettcannon brettcannon added 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Oct 23, 2020
    @brettcannon
    Copy link
    Member Author

    New changeset 1899087 by Brett Cannon in branch 'master':
    bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
    1899087

    @brettcannon brettcannon removed their assignment Mar 26, 2021
    @brettcannon brettcannon removed their assignment Mar 26, 2021
    @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
    3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant