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.
This commit is contained in:
Fred Drake 2000-06-28 15:07:31 +00:00
parent a05e293a21
commit c19425d520
7 changed files with 146 additions and 1 deletions

View file

@ -73,6 +73,7 @@ and how to embed it in other applications.
\input{libpython} % Python Services
\input{libsys}
\input{libatexit}
\input{libtypes}
\input{libuserdict}
\input{liboperator}