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

Implement __class_getitem__ for PathLike #83175

Closed
isidentical opened this issue Dec 7, 2019 · 2 comments
Closed

Implement __class_getitem__ for PathLike #83175

isidentical opened this issue Dec 7, 2019 · 2 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir

Comments

@isidentical
Copy link
Sponsor Member

BPO 38994
Nosy @asvetlov, @miss-islington, @isidentical
PRs
  • bpo-38994: Implement __class_getitem__ for PathLike #17498
  • 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 2019-12-08.20:31:41.448>
    created_at = <Date 2019-12-07.15:57:34.464>
    labels = ['library', '3.9']
    title = 'Implement __class_getitem__ for PathLike'
    updated_at = <Date 2019-12-08.20:31:41.447>
    user = 'https://github.com/isidentical'

    bugs.python.org fields:

    activity = <Date 2019-12-08.20:31:41.447>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-12-08.20:31:41.448>
    closer = 'asvetlov'
    components = ['Library (Lib)']
    creation = <Date 2019-12-07.15:57:34.464>
    creator = 'BTaskaya'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38994
    keywords = ['patch']
    message_count = 2.0
    messages = ['357978', '358026']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'miss-islington', 'BTaskaya']
    pr_nums = ['17498']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38994'
    versions = ['Python 3.9']

    @isidentical
    Copy link
    Sponsor Member Author

    Typeshed already using __class_getitem__ syntax for PathLike
    https://github.com/python/typeshed/search?q=PathLike&unscoped_q=PathLike

    @isidentical isidentical added 3.9 only security fixes stdlib Python modules in the Lib dir labels Dec 7, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 526606b by Miss Islington (bot) (Batuhan Taşkaya) in branch 'master':
    bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
    526606b

    @asvetlov asvetlov closed this as completed Dec 8, 2019
    @asvetlov asvetlov closed this as completed Dec 8, 2019
    @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.9 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants