New submission from Davide Rizzo <[email protected]>: 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 <[email protected]> <https://bugs.python.org/issue31861> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
