Add Awaitable, AsyncIterable, AsyncIterator to PEP 484 (to be released 3.5.2).

This commit is contained in:
Guido van Rossum 2015-12-03 15:27:36 -08:00
parent 4160b04e9c
commit 0edb99f346
1 changed files with 6 additions and 0 deletions

View File

@ -1261,6 +1261,12 @@ collection types defined below, e.g. ``Mapping``, ``Sequence`` or
Generic variants of container ABCs (and a few non-containers): Generic variants of container ABCs (and a few non-containers):
* Awaitable
* AsyncIterable
* AsyncIterator
* ByteString * ByteString
* Callable (see above, listed here for completeness) * Callable (see above, listed here for completeness)