New submission from Ben Darnell:

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.

----------
assignee: docs@python
components: Documentation
messages: 258475
nosy: Ben.Darnell, docs@python
priority: normal
severity: normal
status: open
title: typing module documentation incomplete
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26141>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to