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 serhiy.storchaka
Recipients serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-11.18:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336761710.48.0.840821948421.issue14777@psf.upfronthosting.co.za>
In-reply-to
Content
This issue can be reproduced by pure Tcl/Tk:

$ wish
% clipboard get
abc?
% clipboard get -type STRING
abc?
% clipboard get -type UTF8_STRING
abc€

Use `root.clipboard_get(type='UTF8_STRING')` in Python.

I don't know whether it should just be documented (UTF8_STRING is not even mentioned in the clipboard_get docstring), or do we need to change the default behavior.
History
Date User Action Args
2012-05-11 18:41:50serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, takluyver
2012-05-11 18:41:50serhiy.storchakasetmessageid: <1336761710.48.0.840821948421.issue14777@psf.upfronthosting.co.za>
2012-05-11 18:41:49serhiy.storchakalinkissue14777 messages
2012-05-11 18:41:49serhiy.storchakacreate