[Python-ideas] Add a module itertools.recipes
Antoine Rozo
antoine.rozo at gmail.com
Fri Oct 13 14:16:23 EDT 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20171013/d28ffb1f/attachment.html>
More information about the Python-ideas
mailing list