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 Pixmew, ned.deily, ronaldoussoren, serhiy.storchaka
Date 2020-11-13.18:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605292067.32.0.89499576704.issue42318@roundup.psfhosted.org>
In-reply-to
Content
Well, try copy 😀 (or other text with color emoji) to clipboard and run the following code:

import tkinter
root = tkinter.Tk()
print(ascii(root.clipboard_get()))
History
Date User Action Args
2020-11-13 18:27:47serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, ned.deily, Pixmew
2020-11-13 18:27:47serhiy.storchakasetmessageid: <1605292067.32.0.89499576704.issue42318@roundup.psfhosted.org>
2020-11-13 18:27:47serhiy.storchakalinkissue42318 messages
2020-11-13 18:27:47serhiy.storchakacreate