Issue 5030: Typo in class tkinter.filedialog.Directory prevents compilation (original) (raw)

Issue5030

Created on 2009-01-22 02:19 by ringhome, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg80355 - (view) Author: David Schultz (ringhome) Date: 2009-01-22 02:19
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.
msg80356 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-22 02:23
Duplicate of #4406.
History
Date User Action Args
2022-04-11 14:56:44 admin set github: 49280
2009-01-22 02:24:00 benjamin.peterson set status: open -> closedresolution: out of datemessages: + nosy: + benjamin.peterson
2009-01-22 02:19:15 ringhome create