This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: howto doc update
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: LambertDW, georg.brandl
Priority: normal Keywords:

Created on 2008-11-21 16:45 by LambertDW, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76190 - (view) Author: David W. Lambert (LambertDW) Date: 2008-11-21 16:45
http://docs.python.org/dev/3.0/howto/functional.html

Gone:

  itertools.ifilter
  itertools.imap
  itertools.izip

changed:

  itertools.ifilterfalse   -->   itertools.filterfalse

strange?

  functools.reduce is described, but not with functools.

The section requests comments be mailed directly to author.  Done.
msg76234 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-11-22 08:27
Fixed in r67328.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48628
2008-11-22 08:27:31georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg76234
2008-11-21 16:45:58LambertDWcreate