]> granicus.if.org Git - python/commit
Added the atexit module and documentation from Skip Montanaro
authorFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 15:07:31 +0000 (15:07 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 15:07:31 +0000 (15:07 +0000)
commitc19425d520527d93b82755cc8a9854388306515a
tree58f691fea63fde7ef3d055a8fad41bb6344ed4bc
parenta05e293a219f0fbaf4301fa7a292b9578a523675
Added the atexit module and documentation from Skip Montanaro
<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.
Doc/Makefile.deps
Doc/lib/lib.tex
Doc/lib/libatexit.tex [new file with mode: 0644]
Doc/lib/libsys.tex
Lib/atexit.py [new file with mode: 0644]
Lib/test/output/test_atexit [new file with mode: 0644]
Lib/test/test_atexit.py [new file with mode: 0644]