R. David Murray added the comment:

SIGINT *is* keyboard interrupt.  Since less at least seems to ignore SIGQUIT I 
suppose also ignoring that would be reasonable, since the user (should) by 
analogy expect that behavior while the pager is active.  Note, however, that 
the signals we are ignoring are in the parent process, not the child as is the 
case for system.  So one can argue that letting the python process die when 
SIGQUIT is received would also be reasonable, and arguably is the less 
surprising option.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23792>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to