diff --git a/pep-0484.txt b/pep-0484.txt index c08c7b464..d91d8efaa 100644 --- a/pep-0484.txt +++ b/pep-0484.txt @@ -1261,6 +1261,12 @@ collection types defined below, e.g. ``Mapping``, ``Sequence`` or Generic variants of container ABCs (and a few non-containers): +* Awaitable + +* AsyncIterable + +* AsyncIterator + * ByteString * Callable (see above, listed here for completeness)