This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients gvanrossum, levkivskyi, lukasz.langa
Date 2017-01-18.21:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484775221.06.0.388493274788.issue29316@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-01-18 21:33:41lukasz.langasetrecipients: + lukasz.langa, gvanrossum, levkivskyi
2017-01-18 21:33:41lukasz.langasetmessageid: <1484775221.06.0.388493274788.issue29316@psf.upfronthosting.co.za>
2017-01-18 21:33:41lukasz.langalinkissue29316 messages
2017-01-18 21:33:40lukasz.langacreate