[issue14777] Tkinter clipboard_get() decodes characters incorrectly

Thomas Kluyver report at bugs.python.org
Sun May 13 23:29:47 CEST 2012


Thomas Kluyver <takowl at gmail.com> added the comment:

The 3rd revision of the patch has the cache at the module level. It's a bit awkward, because there's no module level function to call to retrieve it (as far as I know), so it's exposed by objects which can call Tk.

Also, serhiy pointed out a mistake in the 2nd revision, which is fixed ('selection' instead of 'clipboard').

----------
Added file: http://bugs.python.org/file25567/x11-clipboard-try-utf8-3.patch

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


More information about the Python-bugs-list mailing list