[Python-Dev] Traceback problem

Barry A. Warsaw barry@python.org
Mon, 24 Feb 2003 23:44:38 -0500


>>>>> "KJ" == Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:

    KJ> This one gets my vote (if this were a democracy).  "Explicit
    KJ> is better than implicit".  The new symbol in the sys namespace
    KJ> also makes it easy to test for the capability (without a
    KJ> version number check).  Maybe it should be called 'clear_exc'
    KJ> or 'reset_exc_info' (to match the C API name).

Or exc_clear() for symmetry with exc_info() ?

-Barry