<div dir="ltr">I am not searching for an external library (as I pointed, there are some on PyPI like iterutils or more-itertools).<div>My point was that recipes are documented in itertools module, but not implemented in standard library, and it would be useful to have them available.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-10-13 20:35 GMT+02:00 Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Oct 14, 2017 at 5:16 AM, Antoine Rozo <<a href="mailto:antoine.rozo@gmail.com">antoine.rozo@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> A very useful part of the itertools module's documentation is the section<br>
> "Recipes", giving utility functions that use itertools iterators.<br>
> But when you want to use one of theese functions, you have to copy it in<br>
> your source code (or use external PyPI modules like iterutils).<br>
><br>
> Can we consider making itertools a package and adding a module<br>
> itertools.recipes that implements all these utilility functions?<br>
<br>
</span>Check out more-itertools on PyPI - maybe that's what you want?<br>
<br>
ChrisA<br>
______________________________<wbr>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/<wbr>codeofconduct/</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Antoine Rozo</div></div>
</div>