
28 Jan
2005
28 Jan
'05
5:51 p.m.
Tim Peters wrote:
I expect that's because he stopped working on Zope code, so actually thinks it's odd again to see a gazillion methods like:
class Registerer(my_base): def register(*args, **kws): my_base.register(*args, **kws)
I second that! My PyGUI code is *full* of __init__ methods like that, because of my convention for supplying initial values of properties as keyword arguments.
-- Greg