Issue 4378: howto doc update (original) (raw)

Issue4378

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:41 admin set github: 48628
2008-11-22 08:27:31 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-11-21 16:45:58 LambertDW create