[New-bugs-announce] [issue37049] Implement PEP 589: add TypedDict to typing

Ivan Levkivskyi report at bugs.python.org
Sat May 25 15:44:49 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 `TypedDict` to the `typing` module.

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

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


More information about the New-bugs-announce mailing list