[issue14777] Tkinter clipboard_get() decodes characters incorrectly

Ned Deily report at bugs.python.org
Sun May 13 21:23:05 CEST 2012


Ned Deily <nad at acm.org> added the comment:

Martin, is there a way for _tkinter to know whether the result returned from Tcl/Tk is an encoded string or not in this case?

With regard to the patch, it would be better to cache the results of the first-time call to get the windowingsystem value so that we don't have to make two calls down into Tcl for each clipboard_get.

----------

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


More information about the Python-bugs-list mailing list