[Zope3-dev] RootFolder.py

Guido van Rossum guido@python.org
Tue, 26 Mar 2002 23:45:45 -0500


Zope3/lib/python/Zope/App/OFS/Folder/RootFolder.py contains this method:

    def __call__(self):
        return 'You have reached the wrong number (but the right ' \
               'object!). Please try again later.'

Is this an in-joke?  When does this happen?  Shouldn't an exception be
raised instead?

--Guido van Rossum (home page: http://www.python.org/~guido/)