[issue12438] IDLE problem displaying warning message

2011-06-29 Thread R. David Murray
R. David Murray added the comment: The problem isn't with getpass, the problem is that getpass is generating a warning message on first call and idle isn't handling that correctly. Your suggested fix is probably correct. -- nosy: +r.david.murray, terry.reedy stage: -> needs patch ti

[issue12438] IDLE problem displaying warning message

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset c9f69b28c4d1 by Senthil Kumaran in branch '2.7': Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. http://hg.python.org/cpython/rev/c9f69b28c4d1 New changeset e9c406a53972 by Senthil Kumaran in branc

[issue12438] IDLE problem displaying warning message

2011-07-03 Thread João Bernardo
João Bernardo added the comment: @orsenthil My system is Ubuntu 11.04 x64. To run idle, i press the Super (windows button) then write idle. If I open the terminal and type "idle", the problem don't appear but I have to type the password on the terminal rather than on idle GUI. -- _

[issue12438] IDLE problem displaying warning message

2011-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7dd9313c300b by Senthil Kumaran in branch '3.2': Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. http://hg.python.org/cpython/rev/7dd9313c300b -- ___ Py

Re: [issue12438] IDLE problem displaying warning message

2011-07-03 Thread Senthil Kumaran
Have fixed this. Even looking at the code, your suggestion was correct. But even before the fix, I was not able to reproduce the bug in Ubuntu and perhaps it was getting masked. May I ask, how did you invoke idle that this bug surfaced and what was the platform?