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 theller
Recipients eryksun, r.david.murray, rhettinger, theller
Date 2014-04-04.11:33:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396611192.66.0.877495655671.issue21130@psf.upfronthosting.co.za>
In-reply-to
Content
My usecase is: I create kind of bound methods with functools.partial.

Apologies for the confusion by using the word 'equivalent'; what I mean is that partial instances should (IMO) compare equal when they contain the same function and args/keywords which compare equal.

I guess functools.partialmethod has the same problem and I would suggest the same fix/enhancement but I have not used them yet because I have to write python2/3 compatible code.

Anyway; if this behaviour is not seen as a bug then it is probably python-ideas material, but I'm too tired to start a discussion there atm.
History
Date User Action Args
2014-04-04 11:33:12thellersetrecipients: + theller, rhettinger, r.david.murray, eryksun
2014-04-04 11:33:12thellersetmessageid: <1396611192.66.0.877495655671.issue21130@psf.upfronthosting.co.za>
2014-04-04 11:33:12thellerlinkissue21130 messages
2014-04-04 11:33:12thellercreate