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