Add Awaitable, AsyncIterable, AsyncIterator to PEP 484 (to be released 3.5.2).
This commit is contained in:
parent
4160b04e9c
commit
0edb99f346
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue