25 Nov
2002
25 Nov
'02
5:46 a.m.
Hi drew, --On Montag, 25. November 2002 11:27 +1000 drew nichols <drew@mena.org.au> wrote:
Is there a built in handle for exception type and value in python scripts (as in DTML)??
Yes. This is try: except: ... See python documentation on that matter. (DTMLs Exception handling is only a syntactical wrapper around this) Regards Tino
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )