[docs] [issue28795] Misleading stating, that SIGINT handler is installed by default

Julien Palard report at bugs.python.org
Thu Nov 24 19:13:05 EST 2016


Julien Palard added the comment:

Maybe something like:

> Python installs a small number of signal handlers by default: SIGPIPE is ignored (so write errors on pipes and sockets can be reported as ordinary Python exceptions) and SIGINT (if parent process has not changed it) is translated into a KeyboardInterrupt exception. All of these can be overridden.

----------
nosy: +mdk

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


More information about the docs mailing list