commit | e538a6ad4666fff7af89d04e95e83a7ecc6507e6 | [log] [tgz] |
---|---|---|
author | Michael Lee <michael.lee.0x2a@gmail.com> | Mon Dec 03 02:24:27 2018 -0800 |
committer | Ivan Levkivskyi <levkivskyi@gmail.com> | Mon Dec 03 10:24:27 2018 +0000 |
tree | dd0b75ae33ae6135764f2b0bdb44eaa1042cafd7 | |
parent | 9443f261f5b03c2f0535cdd9c1e7a14c0fdb5952 [diff] |
Add Literal[...] types to typing_extensions (#591) * Add Literal[...] types to typing_extensions This diff adds a preliminary draft of literal types to typing_extensions. I'll edit this PR to include a link to the proposal for Literal once I publish it sometime next week. * Make Meta classes private