Terry J. Reedy <tjre...@udel.edu> added the comment:

Without a specific claimed failing program and contemporary verification, it is 
hard to know whether one has reproduced or not. With 3.3 I did

import tkinter.filedialog as tkf
import tkinter as tk
fd=tkf.FileDialog(tk.Tk())
fd.go()

and got a file dialog window as well as a root window which sat there until I 
closed the fd window at least 10 seconds later. The root window did not close 
properly, but I suspect the above in missing anything. In any case, several 
crash causes have been fixed since 2007, so I agree to close.

The file dialog window was not the native window displayed for file selection 
in IDLE, and was pretty ugly. So I do not imagine that this is used much. It 
probably could be updated, but that is another issue for another time.

----------
resolution:  -> out of date
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1752252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to