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 _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com