commit | 04eac02088f60192c7e54c7364bcaa892d7c05cf | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Apr 04 17:46:40 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 04 17:46:40 2018 -0700 |
tree | 2a07b67251f82770618bd6fda90daa4a19075601 | |
parent | bd85c9738296cf4a53859ed17e9a6812d2071a21 [diff] |
bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) This removes a hack and replaces it with a proper mapping {'list': 'List', 'dict': 'Dict', ...}. (cherry picked from commit 2a363d2930e29ec6d8a774973ed5a4965f881f5f) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>