]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 5 Apr 2022 14:21:03 +0000 (07:21 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 14:21:03 +0000 (07:21 -0700)
commitcfb849a326e52a4edc577112ebf60e1d9d0d7fdb
tree275214ff4cbeb981b7f579f3c9f953e260ac11a7
parenta7551247e7cb7010fb4735281f1afa4abeb8a9cc
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)

Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-03-22-19-18-31.bpo-47088.JM1kNI.rst [new file with mode: 0644]