hi
i have seen some class definitions like
class MyClass(object):
def __init__(self):
....what does the object keyword inside the braces in MyClass() mean? Has it got any significance? thanks in advance harry -- http://mail.python.org/mailman/listinfo/python-list
