[New-bugs-announce] [issue37046] Implement PEP 586: add Literal type constructor to typing

Ivan Levkivskyi report at bugs.python.org
Sat May 25 15:08:01 EDT 2019


New submission from Ivan Levkivskyi <levkivskyi at gmail.com>:

The actual implementation is performed by type checkers like mypy. We just need to add `Literal` to the `typing` module.

----------
assignee: levkivskyi
components: Library (Lib)
messages: 343503
nosy: gvanrossum, levkivskyi, michael0x2a
priority: normal
severity: normal
stage: needs patch
status: open
title: Implement PEP 586: add Literal type constructor to typing
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37046>
_______________________________________


More information about the New-bugs-announce mailing list