Hello all,

if I have this code:

import sets

class Foo:
    x = sets.Set()

then pychecker says:

test.py:4: Methods (__cmp__, __hash__) in sets.Set need to be overridden in a 
subclass

I don't get this message. What is it trying to say, and why?

Istvan.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to