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 asvetlov, loewis, ned.deily, serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-13.20:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336940461.02.0.447852391586.issue14777@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-05-13 20:21:01takluyversetrecipients: + takluyver, loewis, terry.reedy, ned.deily, asvetlov, serhiy.storchaka
2012-05-13 20:21:01takluyversetmessageid: <1336940461.02.0.447852391586.issue14777@psf.upfronthosting.co.za>
2012-05-13 20:21:00takluyverlinkissue14777 messages
2012-05-13 20:21:00takluyvercreate