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 scav
Recipients
Date 2004-04-07.11:21:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Unit tests for functional module.

1.  test positional arguments passed correctly
2.  test keyword arguments passed correctly
3.  test that using the partially-applied function or
Partial object doesn't modify it so as to affect
subsequent calls.

All tests are applied to the function returned from
partial() and the object returned from Partial

History
Date User Action Args
2007-08-23 15:37:02adminlinkissue931010 messages
2007-08-23 15:37:02admincreate