Jeremy Hylton wrote:
What if you used a special object that would produce a useful error
message if the user tries to access the container.

I like this. Make it a singleton, and put it in the global namespace for Scripts, so that we can write:


  if context is Inaccessible:
    # Do without access to context

Cheers,

Evan @ 4-am


_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to