Thomas Heller added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21130>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to