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 ncoghlan
Recipients doerwalter, ncoghlan, paul.moore, ryan.freckleton
Date 2009-02-05.10:58:18
SpamBayes Score 0.00010097429
Marked as misclassified No
Message-id <1233831500.79.0.653322774387.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
Failure to respect isinstance() should be fixed, not documented :)

As far as registering existing functions goes, I also expect registering
lambdas and functools.partial will be popular approaches, so keeping
direct registration is a good idea. There isn't any ambiguity between
the one-argument and two-argument forms.
History
Date User Action Args
2009-02-05 10:58:21ncoghlansetrecipients: + ncoghlan, doerwalter, paul.moore, ryan.freckleton
2009-02-05 10:58:20ncoghlansetmessageid: <1233831500.79.0.653322774387.issue5135@psf.upfronthosting.co.za>
2009-02-05 10:58:19ncoghlanlinkissue5135 messages
2009-02-05 10:58:19ncoghlancreate