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 loewis
Recipients asvetlov, loewis, ned.deily, serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-13.19:13:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336936409.63.0.403639332491.issue14777@psf.upfronthosting.co.za>
In-reply-to
Content
I'm skeptical about the patch. In both 2.7 and 3.x, clipboard_get returns a Unicode string, yet it fails to decode it properly. So I think this is the bug that ought to be fixed (using the proper encoding).

Defaulting to UTF8_STRING is a new feature, IMO, and shouldn't be done for 2.7 (or 3.2).
History
Date User Action Args
2012-05-13 19:13:29loewissetrecipients: + loewis, terry.reedy, ned.deily, asvetlov, takluyver, serhiy.storchaka
2012-05-13 19:13:29loewissetmessageid: <1336936409.63.0.403639332491.issue14777@psf.upfronthosting.co.za>
2012-05-13 19:13:29loewislinkissue14777 messages
2012-05-13 19:13:28loewiscreate