[issue14777] Tkinter clipboard_get() decodes characters incorrectly

Ned Deily report at bugs.python.org
Sun May 13 22:34:33 CEST 2012


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

Not to bikeshed here but I think it would be better to cache the windowingsystem value at the module level since I assume an application could be calling clipboard_get on different tkinter objects and I don't there is any possibility that the windowingsystem value could vary within one interpreter invocation.

----------

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


More information about the Python-bugs-list mailing list