[issue13077] Unclear behavior of daemon threads on main thread exit

2015-02-25 Thread Vandana Rao
Vandana Rao added the comment: Since the program depends on receiving a raw ^C == 0x03 on stdin, it will never be running under Idle because the Idle process tk gui normally keeps control of keyboard input and the Idle process code intercepts ^C and turns it into KeyboardInterrupt raised

[issue13077] Unclear behavior of daemon threads on main thread exit

2015-01-01 Thread Vandana Rao
Vandana Rao added the comment: On Windows8.1,this is not the situation.Irrespective of the thread being daemon or non-daemon,the process continues. The program doesn't terminate when daemon thread is being used. -- nosy: +Vandana.Rao ___ Python

[issue22804] Can't run Idle in Windows 8 or windows 64

2014-11-25 Thread Vandana Rao
Vandana Rao added the comment: Try uninstalling IDLE and install it once again.I had this situation previously where the command prompt opens and gets closed within fraction of seconds. Uninstall it completely and try once again.I hope this would work. -- nosy: +Vandana.Rao

[issue6171] IDLE - Class Browser selection in Ubuntu

2014-10-15 Thread Vandana Rao
Vandana Rao added the comment: This issue doesn't describe the above situation on Ubuntu 14.04. I use IDLE 3.4.0 and Python 3.4.0. When the Class browser is opened and if the function name or class name is double clicked, it highlights the corresponding section in the editor. It's perfectly

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Vandana Rao
Vandana Rao added the comment: I had the same problem. I assume that you are using IDLE. Hopefully it works. -- nosy: +Vandana.Rao ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22620