Kaydet (Commit) 1bdd6fd7 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

atexit.py doesn't exist

üst 39e352cb
......@@ -11,11 +11,6 @@ The :mod:`atexit` module defines functions to register and unregister cleanup
functions. Functions thus registered are automatically executed upon normal
interpreter termination.
.. seealso::
Latest version of the :source:`atexit Python source code
<Lib/atexit.py>`
Note: the functions registered via this module are not called when the program
is killed by a signal not handled by Python, when a Python fatal internal error
is detected, or when :func:`os._exit` is called.
......@@ -103,3 +98,4 @@ Usage as a :term:`decorator`::
This obviously only works with functions that don't take arguments.
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