[New-bugs-announce] [issue31861] aiter() and anext() built-in functions

Davide Rizzo report at bugs.python.org
Tue Oct 24 09:26:15 EDT 2017


New submission from Davide Rizzo <sorcio at gmail.com>:

PEP 525 suggested that adding aiter() and anext() would need to wait until async __aiter__ is dropped in 3.7. Issue 31709 solved that, so now it would be possible to add them.

----------
components: Library (Lib)
messages: 304910
nosy: davide.rizzo
priority: normal
severity: normal
status: open
title: aiter() and anext() built-in functions
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31861>
_______________________________________


More information about the New-bugs-announce mailing list