What's the difference between initializing class variables within the class definition directly versus initializing them within the class's __init__ method? Is there a reason, perhaps in certain situations, to choose one over the other?
Thank you. -- http://mail.python.org/mailman/listinfo/python-list