From be93a8332eab8cb7bd4b508eb94050812486cbe5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 28 Jun 2000 22:07:55 +0000 Subject: [PATCH] Added note that the atexit module was added for Python 1.6. --- Doc/lib/libatexit.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libatexit.tex b/Doc/lib/libatexit.tex index 9d0b48c06b1..077df557105 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.