diff options
| author | Fred Drake <fdrake@acm.org> | 2000-06-28 22:07:55 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2000-06-28 22:07:55 +0000 |
| commit | be93a8332eab8cb7bd4b508eb94050812486cbe5 (patch) | |
| tree | 57cee9ec4960b3b8ac6c735f6250a78c9d892a13 /Doc/lib | |
| parent | 582acece2e0db447904b3f8f8f1d2acf36834158 (diff) | |
| download | cpython-git-be93a8332eab8cb7bd4b508eb94050812486cbe5.tar.gz | |
Added note that the atexit module was added for Python 1.6.
Diffstat (limited to 'Doc/lib')
| -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 9d0b48c06b..077df55710 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. |
