commit | b891c465bb7d38a597c5c2ad547d7b19194f4dad | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Sun May 26 09:37:48 2019 +0100 |
committer | GitHub <noreply@github.com> | Sun May 26 09:37:48 2019 +0100 |
tree | 1b250227315edde01664d700c509baa3a9661ca9 | |
parent | f367242d10ef36db38133a39ab7627f63099cba4 [diff] |
bpo-37046: PEP 586: Add Literal to typing module (#13572) The implementation is straightforward and essentially is just copied from `typing_extensions`.