Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The atexit module effectively turned itself off if sys.exitfunc already | Tim Peters | 2002-07-16 | 1 | -4/+0 |
| | | | | | | | | | | | existed at the time atexit first got imported. That's a bug, and this fixes it. Also reworked test_atexit.py to test for this too, and to stop using an "expected output" file, and to test what actually happens at exit instead of just simulating what it thinks atexit will do at exit. Bugfix candidate, but it's messy so I'll backport to 2.2 myself. | ||||
* | Added the atexit module and documentation from Skip Montanaro | Fred Drake | 2000-06-28 | 1 | -0/+4 |
<skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620. |