summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-28 15:07:31 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-28 15:07:31 (GMT)
commitc19425d520527d93b82755cc8a9854388306515a (patch)
tree58f691fea63fde7ef3d055a8fad41bb6344ed4bc /Lib/test/output
parenta05e293a219f0fbaf4301fa7a292b9578a523675 (diff)
downloadcpython-c19425d520527d93b82755cc8a9854388306515a.zip
cpython-c19425d520527d93b82755cc8a9854388306515a.tar.gz
cpython-c19425d520527d93b82755cc8a9854388306515a.tar.bz2
Added the atexit module and documentation from Skip Montanaro
<skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_atexit4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_atexit b/Lib/test/output/test_atexit
new file mode 100644
index 0000000..1cc01de
--- /dev/null
+++ b/Lib/test/output/test_atexit
@@ -0,0 +1,4 @@
+test_atexit
+handler2 (7,) {'kw': 'abc'}
+handler2 () {}
+handler1