On Sat, Oct 14, 2017 at 5:16 AM, Antoine Rozo <[email protected]> wrote: > Hello, > > A very useful part of the itertools module's documentation is the section > "Recipes", giving utility functions that use itertools iterators. > But when you want to use one of theese functions, you have to copy it in > your source code (or use external PyPI modules like iterutils). > > Can we consider making itertools a package and adding a module > itertools.recipes that implements all these utilility functions?
Check out more-itertools on PyPI - maybe that's what you want? ChrisA _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
