[Python-checkins] r87822 - python/branches/py3k/Doc/library/atexit.rst

antoine.pitrou python-checkins at python.org
Fri Jan 7 19:42:21 CET 2011


Author: antoine.pitrou
Date: Fri Jan  7 19:42:21 2011
New Revision: 87822

Log:
atexit.py doesn't exist



Modified:
   python/branches/py3k/Doc/library/atexit.rst

Modified: python/branches/py3k/Doc/library/atexit.rst
==============================================================================
--- python/branches/py3k/Doc/library/atexit.rst	(original)
+++ python/branches/py3k/Doc/library/atexit.rst	Fri Jan  7 19:42:21 2011
@@ -11,11 +11,6 @@
 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 @@
 
 This obviously only works with functions that don't take arguments.
 
+


More information about the Python-checkins mailing list