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 amaury.forgeotdarc
Recipients BreamoreBoy, ajaksu2, amaury.forgeotdarc, georg.brandl, mbrierst, ned.deily, ysj.ray
Date 2013-05-26.20:56:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369601767.92.0.850774544341.issue706406@psf.upfronthosting.co.za>
In-reply-to
Content
Closing as fixed. I tested with python2.7 and 3.2, both with and without a readline module.

Behavior is consistent and looks correct to me: the signal is honored (message printed after 5s), and does not stop the raw_input(), except when it raises an exception, in which case the command exits and the exception is propagated.
History
Date User Action Args
2013-05-26 20:56:08amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, mbrierst, ajaksu2, ned.deily, ysj.ray, BreamoreBoy
2013-05-26 20:56:07amaury.forgeotdarcsetmessageid: <1369601767.92.0.850774544341.issue706406@psf.upfronthosting.co.za>
2013-05-26 20:56:07amaury.forgeotdarclinkissue706406 messages
2013-05-26 20:56:07amaury.forgeotdarccreate