]> granicus.if.org Git - python/commitdiff
atexit.py doesn't exist
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 18:42:21 +0000 (18:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 18:42:21 +0000 (18:42 +0000)
Doc/library/atexit.rst

index 1ce45c4df5c716617da5fbb6023aaaf020c6a11f..cc1051bf74ffa1064a209170b23a2d29123d2618 100644 (file)
@@ -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.
 
+