[New-bugs-announce] [issue2934] set() comparisons do not play well with others

Nick Coghlan report at bugs.python.org
Wed May 21 15:19:22 CEST 2008


New submission from Nick Coghlan <ncoghlan at gmail.com>:

The rich compare implementation for set objects raises TypeError
directly instead of returning NotImplemented to allow the other type
involved in the comparison a chance at handling the operation.

----------
messages: 67152
nosy: ncoghlan
severity: normal
status: open
title: set() comparisons do not play well with others

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2934>
__________________________________


More information about the New-bugs-announce mailing list