diff options
author | Ivan Levkivskyi <levkivskyi@gmail.com> | 2019-05-26 08:37:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-26 08:37:48 (GMT) |
commit | b891c465bb7d38a597c5c2ad547d7b19194f4dad (patch) | |
tree | 1b250227315edde01664d700c509baa3a9661ca9 /Misc/NEWS.d | |
parent | f367242d10ef36db38133a39ab7627f63099cba4 (diff) | |
download | cpython-b891c465bb7d38a597c5c2ad547d7b19194f4dad.zip cpython-b891c465bb7d38a597c5c2ad547d7b19194f4dad.tar.gz cpython-b891c465bb7d38a597c5c2ad547d7b19194f4dad.tar.bz2 |
bpo-37046: PEP 586: Add Literal to typing module (#13572)
The implementation is straightforward and essentially is just copied from `typing_extensions`.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-25-19-12-53.bpo-37046.iuhQQj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-25-19-12-53.bpo-37046.iuhQQj.rst b/Misc/NEWS.d/next/Library/2019-05-25-19-12-53.bpo-37046.iuhQQj.rst new file mode 100644 index 0000000..9ec333b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-25-19-12-53.bpo-37046.iuhQQj.rst @@ -0,0 +1 @@ +PEP 586: Add ``Literal`` to the ``typing`` module.
\ No newline at end of file |