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 Ben.Darnell
Recipients Ben.Darnell, docs@python
Date 2016-01-17.16:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453049740.68.0.762293537242.issue26141@psf.upfronthosting.co.za>
In-reply-to
Content
The typing module docs at https://docs.python.org/3/library/typing.html do not include everything that is documented in the PEP (https://www.python.org/dev/peps/pep-0484/#the-typing-module). Specifically, `AnyStr` is mentioned but not defined, the `@overload` decorator is missing, and so are the new-to-3.5 types Awaitable, AsyncIterable, AsyncIterator.
History
Date User Action Args
2016-01-17 16:55:40Ben.Darnellsetrecipients: + Ben.Darnell, docs@python
2016-01-17 16:55:40Ben.Darnellsetmessageid: <1453049740.68.0.762293537242.issue26141@psf.upfronthosting.co.za>
2016-01-17 16:55:40Ben.Darnelllinkissue26141 messages
2016-01-17 16:55:40Ben.Darnellcreate