summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-04-05 14:21:03 (GMT)
committerGitHub <noreply@github.com>2022-04-05 14:21:03 (GMT)
commitcfb849a326e52a4edc577112ebf60e1d9d0d7fdb (patch)
tree275214ff4cbeb981b7f579f3c9f953e260ac11a7 /Misc
parenta7551247e7cb7010fb4735281f1afa4abeb8a9cc (diff)
downloadcpython-cfb849a326e52a4edc577112ebf60e1d9d0d7fdb.zip
cpython-cfb849a326e52a4edc577112ebf60e1d9d0d7fdb.tar.gz
cpython-cfb849a326e52a4edc577112ebf60e1d9d0d7fdb.tar.bz2
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-22-19-18-31.bpo-47088.JM1kNI.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-22-19-18-31.bpo-47088.JM1kNI.rst b/Misc/NEWS.d/next/Library/2022-03-22-19-18-31.bpo-47088.JM1kNI.rst
new file mode 100644
index 0000000..10a814e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-22-19-18-31.bpo-47088.JM1kNI.rst
@@ -0,0 +1,2 @@
+Implement :data:`typing.LiteralString`, part of :pep:`675`. Patch by Jelle
+Zijlstra.