"Steve Holden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > provide class methods. Though for the life of me I don't *really* know > why I find it acceptable in Python to have to write module.func(args) > when I dislike having to write class.meth(args) in Java.
I have the same reaction and I strongly suspect it is because the concept of OOP class (of instances) has more mental baggage than module as convenient name-grouping. Terry J. Reedy -- http://mail.python.org/mailman/listinfo/python-list