[New-bugs-announce] [issue4699] Typo in documentation of "signal"

Kurt Mueller report at bugs.python.org
Fri Dec 19 01:28:46 CET 2008


New submission from Kurt Mueller <mu at problemlos.ch>:

in documentation of "signal"
http://docs.python.org/library/signal.html
---------------------------------
signal.SIG_DFL
This is one of two standard signal handling options; it will simply 
perform the default function for the signal. For example, on most 
systems the default action for SIGQUIT is to dump core and exit, while 
the default action for SIGCLD is to simply ignore it.
---------------------------------
Typo:
SIGCLD
should be
SIGCHLD

----------
assignee: georg.brandl
components: Documentation
messages: 78050
nosy: georg.brandl, yam850
severity: normal
status: open
title: Typo in documentation of "signal"
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4699>
_______________________________________


More information about the New-bugs-announce mailing list