This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients python-dev, raymontag, vstinner
Date 2013-03-21.11:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZWlvN3h83zSFV@mail.python.org>
In-reply-to
Content
New changeset d98a515489db by Victor Stinner in branch '3.3':
Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
http://hg.python.org/cpython/rev/d98a515489db

New changeset b9d9bba9dfe5 by Victor Stinner in branch 'default':
(Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c)
http://hg.python.org/cpython/rev/b9d9bba9dfe5
History
Date User Action Args
2013-03-21 11:21:53python-devsetrecipients: + python-dev, vstinner, raymontag
2013-03-21 11:21:53python-devlinkissue17209 messages
2013-03-21 11:21:53python-devcreate