New submission from David Schultz <[email protected]>: class tkinter.filedialog.Directory incorrectly derives from Dialog instead of _Dialog. Adding the "_" allows the code to compile and run as expected.
This also explains why tkinter.filedialog.askdirectory() doesn't work. ---------- components: Tkinter messages: 80355 nosy: ringhome severity: normal status: open title: Typo in class tkinter.filedialog.Directory prevents compilation type: compile error versions: Python 3.0 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5030> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
