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 collinwinter
Recipients
Date 2006-01-19.18:50:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds foldr and foldl functions to the
functional module. In addition, it updates
libfunctional.tex and test/test_functional to include
documentation and tests, respectively, for the new
code. The code has been checked for reference leaks
using --with-pydebug.

The patch is against svn revision 42097.
History
Date User Action Args
2007-08-23 15:45:22adminlinkissue1410119 messages
2007-08-23 15:45:22admincreate