commit | 2a363d2930e29ec6d8a774973ed5a4965f881f5f | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Thu Apr 05 01:25:15 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Apr 05 01:25:15 2018 +0100 |
tree | ed4bc9f9723c14f810e0b7b7dd5496c9226c0b47 | |
parent | ee566fe526f3d069aa313578ee81ca6cbc25ff52 [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', ...}.