[IronPython] Comparing Tuples Bug

Michael Foord michael.foord at resolversystems.com
Thu May 4 19:05:02 CEST 2006


Hello all,


I'm not sure if this has already been picked up on, I realise several 
compare bugs have. My apologies if this is a dup.

CPython :

 >>> (set(),) == (set(),)
True
 >>>

IronPython-Beta6:

 >>> (set(),) == (set(),)
Traceback (most recent call last):
  File , line 0, in input##0
TypeError: cannot compare sets using cmp()
 >>>

All the best,


Michael Foord
http://www.resolversystems.com




More information about the Ironpython-users mailing list