This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement PEP 675 (LiteralString)
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: JelleZijlstra Nosy List: AlexWaygood, JelleZijlstra, gvanrossum, kj
Priority: normal Keywords: patch

Created on 2022-03-21 21:24 by JelleZijlstra, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 32064 merged JelleZijlstra, 2022-03-23 02:25
Messages (2)
msg415706 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-03-21 21:24
This one should be quite simple at runtime. I'll send a PR this week.
msg416782 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-04-05 14:21
New changeset cfb849a326e52a4edc577112ebf60e1d9d0d7fdb by Jelle Zijlstra in branch 'main':
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
https://github.com/python/cpython/commit/cfb849a326e52a4edc577112ebf60e1d9d0d7fdb
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91244
2022-04-05 14:21:25JelleZijlstrasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-04-05 14:21:12JelleZijlstrasetmessages: + msg416782
2022-03-23 02:25:25JelleZijlstrasetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request30155
2022-03-21 21:25:08JelleZijlstrasetcomponents: + Library (Lib)
2022-03-21 21:24:35JelleZijlstracreate