[to zope-dev]

On 8 Sep 2004, at 21:02, Dieter Maurer wrote in zodb-dev:
Michael Dunstan wrote at 2004-9-8 11:03 +1200:
...
Also worth noting that Zope3 development is (or was?) considering using
something like RuntimeError as the base for POSError(?) and using the
pattern:


    try:
        ...
    except RuntimeError:
        raise
    except ...:

Hopefully, someone fixed "PageTemplates" then. They treat "RuntimeError" in a horrible way (they catch them and translate them in a completely unhelpful message).

Yeah I had plans to fix that (at least for CMF's FSPageTemplates where it mostly bites me) at the last bugday but didn't got around to it. It's still on my list.


Florent

--
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 79 87  http://nuxeo.com  mailto:[EMAIL PROTECTED]

_______________________________________________
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