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 gpolo
Recipients daku9999, ggenellina, gpolo
Date 2009-08-05.02:29:57
SpamBayes Score 2.3623792e-10
Marked as misclassified No
Message-id <ac2200130908041929i6ce5c823kfc0ccef3b47f2dae@mail.gmail.com>
In-reply-to <1249434688.18.0.865752641318.issue5712@psf.upfronthosting.co.za>
Content
> With 2.6.2 on Windows, I get filenames surrounded by {}, all in a
> single unicode string.

This string surrounded by { } indicates it is supposed to be a tcl
list, which didn't get converted but should be done by tkFileDialog.

> The change may be related to the new Tk library used, not directly the
> tkFileDialog module.
>

It could be, or not. A simple solution would be to call the splitlist
function from _tkinter on that string, which tkFileDialog should be
doing indifferently of expecting objects from _tkinter or not.

> (BTW, I don't see *any* unit tests for tkinter :( )
>

There are some one a separated branch for now, but it doesn't include
tkFileDialog yet.
History
Date User Action Args
2009-08-05 02:29:59gpolosetrecipients: + gpolo, ggenellina, daku9999
2009-08-05 02:29:58gpololinkissue5712 messages
2009-08-05 02:29:57gpolocreate