[Python-checkins] peps: Add Awaitable, AsyncIterable, AsyncIterator to PEP 484 (to be released 3.5.2).

guido.van.rossum python-checkins at python.org
Thu Dec 3 18:27:55 EST 2015


https://hg.python.org/peps/rev/73dde33e2a4a
changeset:   6134:73dde33e2a4a
user:        Guido van Rossum <guido at python.org>
date:        Thu Dec 03 15:27:36 2015 -0800
summary:
  Add Awaitable, AsyncIterable, AsyncIterator to PEP 484 (to be released 3.5.2).

files:
  pep-0484.txt |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/pep-0484.txt b/pep-0484.txt
--- a/pep-0484.txt
+++ b/pep-0484.txt
@@ -1261,6 +1261,12 @@
 
 Generic variants of container ABCs (and a few non-containers):
 
+* Awaitable
+
+* AsyncIterable
+
+* AsyncIterator
+
 * ByteString
 
 * Callable (see above, listed here for completeness)

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list