Thomas Kluyver <tak...@gmail.com> added the comment: On this computer, I see this from Tcl:
$ wish % clipboard get abc\u20ac But here Python's following suit: >>> root.clipboard_get() 'abc\\u20ac' Which is odd, because as far as I know, my two computers run the same OS (Ubuntu 12.04) in the same configuration. I briefly thought the presence of xsel might be affecting it, but uninstalling it doesn't seem to make any difference. ---------- _______________________________________ 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