[issue18506] DISABLEd Tkinter.Listbox still fires <> for mouse click

2013-07-19 Thread Kaushik Ghose
New submission from Kaushik Ghose: Run the script below. Clicking on the window will fire off <> events even though the widget is disabled. Keyboard actions do not fire this event. #-- Test file -- import Tkinter as tki def selection_changed(event): print 'Selection cha

[issue18506] DISABLEd Tkinter.Listbox still fires <> for mouse click

2013-07-19 Thread Kaushik Ghose
Kaushik Ghose added the comment: Thanks for your response. Best -Kaushik -- ___ Python tracker <http://bugs.python.org/issue18506> ___ ___ Python-bugs-list mailin

[issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing

2010-01-29 Thread Kaushik Ghose
Kaushik Ghose added the comment: Even with the patch, I can not resolve this problem. I can reproduce the problem with the patched version with the following code. My system is: Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) IPython 0.10 Platform is Mac OS X (10.5.8) Darwin Kernel Version