This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davide.rizzo
Recipients davide.rizzo
Date 2017-10-24.13:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508851575.6.0.213398074469.issue31861@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-24 13:26:15davide.rizzosetrecipients: + davide.rizzo
2017-10-24 13:26:15davide.rizzosetmessageid: <1508851575.6.0.213398074469.issue31861@psf.upfronthosting.co.za>
2017-10-24 13:26:15davide.rizzolinkissue31861 messages
2017-10-24 13:26:15davide.rizzocreate