Added note that the atexit module was added for Python 1.6.

This commit is contained in:
Fred Drake 2000-06-28 22:07:55 +00:00
parent 582acece2e
commit be93a8332e
1 changed files with 2 additions and 0 deletions

View 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.