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 ironfroggy
Recipients ironfroggy, ssadler
Date 2008-11-16.22:44:27
SpamBayes Score 3.3614248e-05
Marked as misclassified No
Message-id <1226875469.13.0.242027791032.issue4331@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is any kind of bug, it is simply a product of only 
function objects being decorated automatically as methods. Your python 
version works because it is, in fact, a function. _functools.partial 
objects are not functions, but simply callable objects.
History
Date User Action Args
2008-11-16 22:44:29ironfroggysetrecipients: + ironfroggy, ssadler
2008-11-16 22:44:29ironfroggysetmessageid: <1226875469.13.0.242027791032.issue4331@psf.upfronthosting.co.za>
2008-11-16 22:44:28ironfroggylinkissue4331 messages
2008-11-16 22:44:28ironfroggycreate