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 PEP 675 (LiteralString) #91244

Closed
JelleZijlstra opened this issue Mar 21, 2022 · 2 comments
Closed

Implement PEP 675 (LiteralString) #91244

JelleZijlstra opened this issue Mar 21, 2022 · 2 comments
Assignees
Labels
3.11 bug and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@JelleZijlstra
Copy link
Member

BPO 47088
Nosy @gvanrossum, @JelleZijlstra, @Fidget-Spinner, @AlexWaygood
PRs
  • bpo-47088: Add typing.LiteralString (PEP 675) #32064
  • 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/JelleZijlstra'
    closed_at = <Date 2022-04-05.14:21:25.821>
    created_at = <Date 2022-03-21.21:24:35.395>
    labels = ['type-feature', 'library', '3.11']
    title = 'Implement PEP 675 (LiteralString)'
    updated_at = <Date 2022-04-05.14:21:25.820>
    user = 'https://github.com/JelleZijlstra'

    bugs.python.org fields:

    activity = <Date 2022-04-05.14:21:25.820>
    actor = 'JelleZijlstra'
    assignee = 'JelleZijlstra'
    closed = True
    closed_date = <Date 2022-04-05.14:21:25.821>
    closer = 'JelleZijlstra'
    components = ['Library (Lib)']
    creation = <Date 2022-03-21.21:24:35.395>
    creator = 'JelleZijlstra'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 47088
    keywords = ['patch']
    message_count = 2.0
    messages = ['415706', '416782']
    nosy_count = 4.0
    nosy_names = ['gvanrossum', 'JelleZijlstra', 'kj', 'AlexWaygood']
    pr_nums = ['32064']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue47088'
    versions = ['Python 3.11']

    @JelleZijlstra
    Copy link
    Member Author

    This one should be quite simple at runtime. I'll send a PR this week.

    @JelleZijlstra JelleZijlstra added the 3.11 bug and security fixes label Mar 21, 2022
    @JelleZijlstra JelleZijlstra self-assigned this Mar 21, 2022
    @JelleZijlstra JelleZijlstra added type-feature A feature request or enhancement 3.11 bug and security fixes labels Mar 21, 2022
    @JelleZijlstra JelleZijlstra self-assigned this Mar 21, 2022
    @JelleZijlstra JelleZijlstra added type-feature A feature request or enhancement stdlib Python modules in the Lib dir labels Mar 21, 2022
    @JelleZijlstra
    Copy link
    Member Author

    New changeset cfb849a by Jelle Zijlstra in branch 'main':
    bpo-47088: Add typing.LiteralString (PEP-675) (GH-32064)
    cfb849a

    @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.11 bug and security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant