[issue4539] askdirectory() in tkinter.filedialog is broken

2008-12-31 Thread Guilherme Polo
Guilherme Polo added the comment: I was about to mark this as invalid when I found out I had patched tkinter/filedialog.py myself. Nevertheless, this is a duplicate of issue4406 -- nosy: +gpolo resolution: -> duplicate status: open -> closed ___ Pyt

[issue4539] askdirectory() in tkinter.filedialog is broken

2008-12-04 Thread Chad Spratt
New submission from Chad Spratt <[EMAIL PROTECTED]>: 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 othe