[issue17027] support for drag and drop of files to tkinter application

2013-01-24 Thread Sarbjit singh
New submission from Sarbjit singh: It would be nice to have a support to drop the files (files from the file explorer i.e. from outside the application) to the tkinter application which could then set the file path/ directory path depending upon the configuration set in the module. This

[issue16823] Python crashes on running tkinter code with threads

2012-12-30 Thread Sarbjit singh
New submission from Sarbjit singh: I have written a python tkinter code using threads so as the tkinter wizard updates automatically by tkinter mainloop running in the main thread and background process running in separate thread. But I noticed, that python crashes after some time when

[issue15586] Provide some examples for usage of ElementTree methods/attributes

2012-08-07 Thread Sarbjit singh
New submission from Sarbjit singh: Please provide some basic usage examples for ElementTree module documentation. While parsing an xml, most common scenarios will be reading elements from xml, modifying elements, removal of elements. Though there are few examples given for modification of xml

[issue15583] Provide examples in Python doc for usage of various modules

2012-08-07 Thread Sarbjit singh
New submission from Sarbjit singh: For beginners who are learning Python, it would be very helpful if Python doc could provide examples on usage of various methods/attributes of different modules. For eg: If you look at ElementTree XMl module or take any other standard module, examples which