diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-28 22:07:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-28 22:07:55 (GMT) |
commit | be93a8332eab8cb7bd4b508eb94050812486cbe5 (patch) | |
tree | 57cee9ec4960b3b8ac6c735f6250a78c9d892a13 /Doc/lib/libatexit.tex | |
parent | 582acece2e0db447904b3f8f8f1d2acf36834158 (diff) | |
download | cpython-be93a8332eab8cb7bd4b508eb94050812486cbe5.zip cpython-be93a8332eab8cb7bd4b508eb94050812486cbe5.tar.gz cpython-be93a8332eab8cb7bd4b508eb94050812486cbe5.tar.bz2 |
Added note that the atexit module was added for Python 1.6.
Diffstat (limited to 'Doc/lib/libatexit.tex')
-rw-r--r-- | Doc/lib/libatexit.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libatexit.tex b/Doc/lib/libatexit.tex index 9d0b48c..077df55 100644 --- a/Doc/lib/libatexit.tex +++ b/Doc/lib/libatexit.tex @@ -6,6 +6,8 @@ \sectionauthor{Skip Montanaro}{skip@mojam.com} \modulesynopsis{Register and execute cleanup functions.} +\versionadded{1.6} + The \module{atexit} module defines a single function to register cleanup functions. Functions thus registered are automatically executed upon normal interpreter termination. |