This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author takluyver
Recipients serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-11.19:09:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336763394.06.0.21628104101.issue14777@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-11 19:09:54takluyversetrecipients: + takluyver, terry.reedy, serhiy.storchaka
2012-05-11 19:09:54takluyversetmessageid: <1336763394.06.0.21628104101.issue14777@psf.upfronthosting.co.za>
2012-05-11 19:09:53takluyverlinkissue14777 messages
2012-05-11 19:09:53takluyvercreate