Now map and filter also return an iterator
This commit is contained in:
parent
35bcc8d49e
commit
a6928ec6ff
|
@ -168,7 +168,7 @@ Built-in Namespace
|
|||
==================
|
||||
|
||||
* Make built-ins return an iterator where appropriate (e.g. ``range()``,
|
||||
``zip()``, ``map()``, ``filter()``, etc.) [zip and range: done]
|
||||
``zip()``, ``map()``, ``filter()``, etc.) [done]
|
||||
* Relevant functions should consume iterators (e.g. ``min()``,
|
||||
``max()``) [They already do, since 2.2.]
|
||||
* Remove ``input()`` and rename ``raw_input()`` to ``input()``.
|
||||
|
|
Loading…
Reference in New Issue