[Python-Dev] Proposal: standard way of defining and executing "atexit" functions...

Skip Montanaro skip@mojam.com (Skip Montanaro)
Mon, 19 Jun 2000 16:41:54 -0500 (CDT)


    >> If someone fails to use the defined protocol, screw 'em... ;-)

    David> That's unreasonable given that existing tools might include a
    David> library which might be upgraded to use the new mechanism while
    David> the old code used its own mechanism happily.  

Point taken.  I'll look at extending the module to accommodate other
sys.exitfunc callers.

Skip