mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added note that the atexit module was added for Python 1.6.
This commit is contained in:
parent
582acece2e
commit
be93a8332e
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
\sectionauthor{Skip Montanaro}{skip@mojam.com}
|
\sectionauthor{Skip Montanaro}{skip@mojam.com}
|
||||||
\modulesynopsis{Register and execute cleanup functions.}
|
\modulesynopsis{Register and execute cleanup functions.}
|
||||||
|
|
||||||
|
\versionadded{1.6}
|
||||||
|
|
||||||
The \module{atexit} module defines a single function to register
|
The \module{atexit} module defines a single function to register
|
||||||
cleanup functions. Functions thus registered are automatically
|
cleanup functions. Functions thus registered are automatically
|
||||||
executed upon normal interpreter termination.
|
executed upon normal interpreter termination.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue