]> granicus.if.org Git - python/commit
bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Thu, 5 Apr 2018 00:25:15 +0000 (01:25 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Apr 2018 00:25:15 +0000 (01:25 +0100)
commit2a363d2930e29ec6d8a774973ed5a4965f881f5f
treeed4bc9f9723c14f810e0b7b7dd5496c9226c0b47
parentee566fe526f3d069aa313578ee81ca6cbc25ff52
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', ...}.
Lib/test/test_typing.py
Lib/typing.py