[issue12219] tkinter.filedialog.askopenfilename XT dialog on Windows 7

Terry J. Reedy report at bugs.python.org
Sat Jun 4 00:33:58 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I have no idea what 'XT' in the title means.

The only possible relevant change I *know* of is that 3.2 on Windows comes with a later version tk/tcl 8.5 than 3.1. If you find the exact version numbers, you could query/report on the tk/tcl forums, also at ActiveState.

You could also diff the 3.1 and 3.2 versions of the relevant tkinter files, (particularly filedialog, commondialog, dialog) working back from tkinter.filedialog.askopenfilename, and see if there were any possibly relevant changes on our side.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list