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.

Author LambertDW
Recipients LambertDW, georg.brandl
Date 2008-11-21.16:45:56
SpamBayes Score 0.06458949
Marked as misclassified No
Message-id <1227285958.71.0.314109568339.issue4378@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-21 16:45:59LambertDWsetrecipients: + LambertDW, georg.brandl
2008-11-21 16:45:58LambertDWsetmessageid: <1227285958.71.0.314109568339.issue4378@psf.upfronthosting.co.za>
2008-11-21 16:45:57LambertDWlinkissue4378 messages
2008-11-21 16:45:56LambertDWcreate