Thomas Kluyver <tak...@gmail.com> added the comment:

As requested, the second version of the patch (x11-clipboard-try-utf8):

- Caches the windowing system per object. The tk call to find the windowing 
system is made the first time clipboard_get or selection_get are called without 
specifying `type=`.
- If using UTF8_STRING throws an error, it falls back to the default call with 
no type specified (i.e. STRING).

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14777>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to