This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yam850
Recipients georg.brandl, yam850
Date 2008-12-19.00:28:45
SpamBayes Score 0.018803017
Marked as misclassified No
Message-id <1229646526.98.0.647202110471.issue4699@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-12-19 00:28:47yam850setrecipients: + yam850, georg.brandl
2008-12-19 00:28:46yam850setmessageid: <1229646526.98.0.647202110471.issue4699@psf.upfronthosting.co.za>
2008-12-19 00:28:46yam850linkissue4699 messages
2008-12-19 00:28:45yam850create