From: Fred Drake Date: Wed, 28 Jun 2000 22:07:55 +0000 (+0000) Subject: Added note that the atexit module was added for Python 1.6. X-Git-Tag: v2.0b1~1334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be93a8332eab8cb7bd4b508eb94050812486cbe5;p=thirdparty%2FPython%2Fcpython.git Added note that the atexit module was added for Python 1.6. --- diff --git a/Doc/lib/libatexit.tex b/Doc/lib/libatexit.tex index 9d0b48c06b18..077df5571057 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.