Hi folks, When I define an Interface, are the methods of the interface supposed to have "self" as the first argument? It certainly seems that way from ./lib/python/AccessControl/IUserFolder.py in Zope2. It also seems that way from the Interface Interface. However, many of the interfaces in Zope3 omit the "self" argument. -- Steve Alexander