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/)