Kaydet (Commit) be93a833 authored tarafından Fred Drake's avatar Fred Drake

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

üst 582acece
...@@ -6,6 +6,8 @@ ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment