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?

Regards.

-- 
Antoine Rozo
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to