[issue706406] fix bug #685846: raw_input defers signals

2010-08-18 Thread Michael Stone
Michael Stone mbrie...@gmail.com added the comment: Wow, you wait 3/4 of a decade or so and the status of these bugs does tend to change on you. I'm not sure it's fixed, but it is different. Here's a test script for you: import readline import signal def handle(a,b): print received

[issue706406] fix bug #685846: raw_input defers signals

2009-05-12 Thread Michael Stone
Changes by Michael Stone mbrie...@gmail.com: -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue706406 ___ ___ Python-bugs-list

[issue684944] extend readline functionality in pdb

2009-02-12 Thread Michael Stone
Michael Stone mbrie...@users.sourceforge.net added the comment: ajaksu2, I think you just changed the status of this to test needed. I don't think a unit test for this functionality is possible if that's what you mean, as it is an interactive feature involving readline completion