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 skrah
Recipients matrixise, r.david.murray, skrah, vstinner
Date 2014-05-02.20:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140502201047.GA32210@sleipnir.bytereef.org>
In-reply-to <1399059964.76.0.554172164896.issue21398@psf.upfronthosting.co.za>
Content
STINNER Victor <report@bugs.python.org> wrote:
> I don't see how to ensure that the terminal state is restored, even on error.

Python2 suppresses the exception until after normal exit (pressing 'q').
I think that behavior is better.

In Python3 you can also get the unusable terminal by pressing Ctrl-C,
i.e. without any UnicodeError.
History
Date User Action Args
2014-05-02 20:10:48skrahsetrecipients: + skrah, vstinner, r.david.murray, matrixise
2014-05-02 20:10:48skrahlinkissue21398 messages
2014-05-02 20:10:48skrahcreate