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 michael0x2a
Recipients docs@python, gvanrossum, michael0x2a
Date 2016-09-09.18:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473446451.47.0.453913099768.issue28049@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-09 18:40:51michael0x2asetrecipients: + michael0x2a, gvanrossum, docs@python
2016-09-09 18:40:51michael0x2asetmessageid: <1473446451.47.0.453913099768.issue28049@psf.upfronthosting.co.za>
2016-09-09 18:40:51michael0x2alinkissue28049 messages
2016-09-09 18:40:51michael0x2acreate