New submission from Michael Lee:

This patch adds documentation for Awaitable, AsyncIterable, and AsyncIterator 
to the typing module, mostly linking to the corresponding class in 
collections.abc.

It also briefly clarifies the documentation on generators to explain that you 
may use either Iterable or Iterator as the return type of a generator.

----------
assignee: docs@python
components: Documentation
files: document-awaitable.patch
keywords: patch
messages: 275379
nosy: docs@python, gvanrossum, michael0x2a
priority: normal
severity: normal
status: open
title: Add documentation for typing.Awaitable and friends
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file44507/document-awaitable.patch

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

Reply via email to