[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32873: Remove a name hack for generic aliases in typing module by ilevkivskyi · Pull Request #6376 · python/cpython

ilevkivskyi

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Apr 5, 2018
…ythonGH-6376)

This removes a hack and replaces it with a proper
mapping {'list': 'List', 'dict': 'Dict', ...}.
(cherry picked from commit 2a363d2)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>

miss-islington added a commit that referenced this pull request

Apr 5, 2018
…H-6376)

This removes a hack and replaces it with a proper
mapping {'list': 'List', 'dict': 'Dict', ...}.
(cherry picked from commit 2a363d2)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>