]> granicus.if.org Git - python/commitdiff
Added note that the atexit module was added for Python 1.6.
authorFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 22:07:55 +0000 (22:07 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 22:07:55 +0000 (22:07 +0000)
Doc/lib/libatexit.tex

index 9d0b48c06b188e6ee56bdd1f085917a8922d5419..077df5571057a3a71f080bc78c68d6bf7c2e0ffe 100644 (file)
@@ -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.