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 asvetlov
Recipients Codey Oxley, Scott Russ, asvetlov, yselivanov
Date 2017-12-20.20:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513801024.75.0.213398074469.issue29689@psf.upfronthosting.co.za>
In-reply-to
Content
asyncio is a library for asynchronous network communications and related stuff.

Converting async iterator into a list is out of scope of the library.

If you want incorporate aitertools into Python stdlib -- please create a separate issue (but better discuss it in python-ideas mailing list first).
History
Date User Action Args
2017-12-20 20:17:04asvetlovsetrecipients: + asvetlov, yselivanov, Codey Oxley, Scott Russ
2017-12-20 20:17:04asvetlovsetmessageid: <1513801024.75.0.213398074469.issue29689@psf.upfronthosting.co.za>
2017-12-20 20:17:04asvetlovlinkissue29689 messages
2017-12-20 20:17:04asvetlovcreate