Brian Curtin <cur...@acm.org> added the comment:

Good catch, I forgot to update that message when adding the other signal 
support.

Would you rather see something more generic like "Unsupported signal" rather 
than start listing all of the signals?

Another alternative is to allow any signal through including integers, which 
are then just passed to os.kill (ints passed to kill get set as the proc exit 
code). However, we can't do that with 2.7, but could with 3.2.

----------
assignee:  -> brian.curtin
components: +Windows
nosy: +brian.curtin
stage:  -> needs patch
type:  -> behavior

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

Reply via email to