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 ned.deily
Recipients asvetlov, loewis, ned.deily, serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-13.19:23:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336936985.57.0.709871612975.issue14777@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, is there a way for _tkinter to know whether the result returned from Tcl/Tk is an encoded string or not in this case?

With regard to the patch, it would be better to cache the results of the first-time call to get the windowingsystem value so that we don't have to make two calls down into Tcl for each clipboard_get.
History
Date User Action Args
2012-05-13 19:23:05ned.deilysetrecipients: + ned.deily, loewis, terry.reedy, asvetlov, takluyver, serhiy.storchaka
2012-05-13 19:23:05ned.deilysetmessageid: <1336936985.57.0.709871612975.issue14777@psf.upfronthosting.co.za>
2012-05-13 19:23:05ned.deilylinkissue14777 messages
2012-05-13 19:23:04ned.deilycreate