mirror of https://github.com/python/cpython.git
Added note that the atexit module was added for Python 1.6.
This commit is contained in:
parent
582acece2e
commit
be93a8332e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue