]> granicus.if.org Git - python/commit
Issue #12423: Fix os.abort() documentation
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Jul 2011 00:26:39 +0000 (02:26 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 8 Jul 2011 00:26:39 +0000 (02:26 +0200)
commit6e2e3b9e8188acca0d40df365f3d9595fad59991
tree004dc517666b28f2fb1e2b8538a8ba79b307412b
parentf6cbdc22be81884463ef7a6fd5b3521eedea4071
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