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 dogtato
Recipients dogtato
Date 2008-12-04.23:05:14
SpamBayes Score 1.1903615e-07
Marked as misclassified No
Message-id <1228431916.65.0.748760497567.issue4539@psf.upfronthosting.co.za>
In-reply-to
Content
Calls to tkinter.filedialog.askdirectory() throw a KeyError if any of 
the options (title, text, bitmap, default, strings) are not provided.

Previously saying "askdirectory()" with no arguments would open a file 
browser window. Since all other functions in filedialog still function 
with no arguments this seems like an error. (Actually askopenfiles() 
seems to be broken too, saying "IOError: [Errno 2] No such file or 
directory: '{'")
History
Date User Action Args
2008-12-04 23:05:16dogtatosetrecipients: + dogtato
2008-12-04 23:05:16dogtatosetmessageid: <1228431916.65.0.748760497567.issue4539@psf.upfronthosting.co.za>
2008-12-04 23:05:15dogtatolinkissue4539 messages
2008-12-04 23:05:14dogtatocreate