New submission from Martin <gzl...@googlemail.com>:

The change in response to bug 9324 breaks bzr on windows as we use 
signal.SIGBREAK to listen for a ctrl+break keyboard press.

Although SIGBREAK is not documented as valid on:
<http://msdn.microsoft.com/library/xdkz3x12>
It does in fact work and corresponds to CTRL_BREAK_EVENT in native windows 
terms.

----------
components: Extension Modules, Windows
messages: 117769
nosy: brian.curtin, gz
priority: normal
severity: normal
status: open
title: signal.SIGBREAK regression on windows
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3

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

Reply via email to