Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bdd6fd

Browse files
committed
atexit.py doesn't exist
1 parent 39e352c commit 1bdd6fd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Doc/library/atexit.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ The :mod:`atexit` module defines functions to register and unregister cleanup
1111
functions. Functions thus registered are automatically executed upon normal
1212
interpreter termination.
1313

14-
.. seealso::
15-
16-
Latest version of the :source:`atexit Python source code
17-
<Lib/atexit.py>`
18-
1914
Note: the functions registered via this module are not called when the program
2015
is killed by a signal not handled by Python, when a Python fatal internal error
2116
is detected, or when :func:`os._exit` is called.
@@ -103,3 +98,4 @@ Usage as a :term:`decorator`::
10398

10499
This obviously only works with functions that don't take arguments.
105100

101+

0 commit comments

Comments
 (0)