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 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: '{'")

----------
components: Tkinter
messages: 76941
nosy: dogtato
severity: normal
status: open
title: askdirectory() in tkinter.filedialog is broken
type: crash
versions: Python 3.0

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4539>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to