[issue29689] Asyncio-namespace helpers for async_generators

2017-12-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: 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 i

[issue29689] Asyncio-namespace helpers for async_generators

2017-03-01 Thread Scott Russ
Changes by Scott Russ : -- nosy: +Scott Russ ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue29689] Asyncio-namespace helpers for async_generators

2017-03-01 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29689] Asyncio-namespace helpers for async_generators

2017-03-01 Thread Codey Oxley
New submission from Codey Oxley: Expanding an async_generator to any container-type currently makes you do an async-for loop/comprehension. There are some third-party libs (aitertools) that have helpers but it would be nice for this to be upstream for list, tuple, dict, set, etc. Usage might