commit | 135c6a56e55d2f4f8718b3b9f03ce3c692b15f0f | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Sun May 26 09:39:24 2019 +0100 |
committer | GitHub <noreply@github.com> | Sun May 26 09:39:24 2019 +0100 |
tree | b585115cb0b9684430a7a3ffe02b2a0df584890a | |
parent | b891c465bb7d38a597c5c2ad547d7b19194f4dad [diff] |
bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573) The implementation is straightforward and essentially is just copied from `typing_extensions`.