[issue5712] tkinter - askopenfilenames returns string instead of tuple in windows 2.6.1 release

Clovis Fabricio report at bugs.python.org
Fri Jan 29 20:23:44 CET 2010


Clovis Fabricio <nosklo+python at gmail.com> added the comment:

I've written a quick workaround for the issue, where I manually split the filenames and always return a tuple.

It might be useful to someone experiencing this problem, so I'm adding it to the issue here.

----------
nosy: +nosklo
Added file: http://bugs.python.org/file16041/issue5712_workaround.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5712>
_______________________________________


More information about the Python-bugs-list mailing list