This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ringhome
Recipients ringhome
Date 2009-01-22.02:19:15
SpamBayes Score 1.6999747e-05
Marked as misclassified No
Message-id <1232590756.63.0.287799731331.issue5030@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-22 02:19:16ringhomesetrecipients: + ringhome
2009-01-22 02:19:16ringhomesetmessageid: <1232590756.63.0.287799731331.issue5030@psf.upfronthosting.co.za>
2009-01-22 02:19:15ringhomelinkissue5030 messages
2009-01-22 02:19:15ringhomecreate