New submission from Kurt Mueller <m...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue4699> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com