mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge Issue #22558.
This commit is contained in:
commit
4da945f361
224 changed files with 542 additions and 136 deletions
|
@ -3,14 +3,15 @@
|
|||
|
||||
.. module:: itertools
|
||||
:synopsis: Functions creating iterators for efficient looping.
|
||||
|
||||
.. moduleauthor:: Raymond Hettinger <python@rcn.com>
|
||||
.. sectionauthor:: Raymond Hettinger <python@rcn.com>
|
||||
|
||||
|
||||
.. testsetup::
|
||||
|
||||
from itertools import *
|
||||
|
||||
--------------
|
||||
|
||||
This module implements a number of :term:`iterator` building blocks inspired
|
||||
by constructs from APL, Haskell, and SML. Each has been recast in a form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue