Remove "needs python 3.5+" from async iter section

This commit is contained in:
apple502j 2019-04-12 20:15:54 +09:00 committed by GitHub
parent e46842a7cd
commit d15a0f541b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1390,8 +1390,7 @@ Certain utilities make working with async iterators easier, detailed below.
.. describe:: async for x in y .. describe:: async for x in y
Iterates over the contents of the async iterator. Note Iterates over the contents of the async iterator.
that this is only available in Python 3.5 or higher.
.. comethod:: next() .. comethod:: next()