]> granicus.if.org Git - python/commit
Issue #12423: Fix os.abort() documentation
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Jul 2011 00:14:55 +0000 (02:14 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Jul 2011 00:14:55 +0000 (02:14 +0200)
commit8703be94b197ca7fdec8270705bbfefae232ee5b
treeb51607de7b34b218918f3329d8c55f7f5a40a648
parentba8b3a2ca7a43684cf67b174a4b245b8ba596a5c
Issue #12423: Fix os.abort() documentation

The Python signal handler for SIGABRT is not called on os.abort() (only if the
signal is raised manually or sent by another process). Patch by Kamil Kisiel.
Doc/ACKS.txt
Doc/library/os.rst