diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-04-05 14:21:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 14:21:03 (GMT) |
commit | cfb849a326e52a4edc577112ebf60e1d9d0d7fdb (patch) | |
tree | 275214ff4cbeb981b7f579f3c9f953e260ac11a7 /Misc | |
parent | a7551247e7cb7010fb4735281f1afa4abeb8a9cc (diff) | |
download | cpython-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.rst | 2 |
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. |