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 rhettinger, theller
Date 2014-04-02.10:39:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396435167.9.0.687709783103.issue21130@psf.upfronthosting.co.za>
In-reply-to
Content
Sure.  I'm not sure 'equivalent' is the word I should have used.

I suggest (and I would have expected) that partial instances (a, b) should compare equal when

  a.func == b.func \
  and a.args == b.args \
  and a.keywords == b.keywords
History
Date User Action Args
2014-04-02 10:39:28thellersetrecipients: + theller, rhettinger
2014-04-02 10:39:27thellersetmessageid: <1396435167.9.0.687709783103.issue21130@psf.upfronthosting.co.za>
2014-04-02 10:39:27thellerlinkissue21130 messages
2014-04-02 10:39:27thellercreate