[issue29316] Can we keep typing.py provisional for the duration of the Python 3.6 release cycle?

Łukasz Langa report at bugs.python.org
Wed Jan 18 16:33:41 EST 2017


Łukasz Langa added the comment:

There are three specific areas I can identify that are missing from the typing module at the moment:
* support for structural typing (protocols)
* support for typing heterogenous dictionaries (dictionary "schema")
* support for typing arbitrary callables

----------
components: +Library (Lib)
keywords: +3.6regression
nosy: +lukasz.langa
versions: +Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29316>
_______________________________________


More information about the Python-bugs-list mailing list