Hi


There is a minor typo in the new doc in:
http://www.python.org/doc/2.6/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.
------------------------------------------------------------------

SIGCLD
should be
SIGCHLD


Should I make a bug report in http://bugs.python.org?




Grüessli
-- 
Kurt Müller, m...@problemlos.ch

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to