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 mc128k, ronaldoussoren, serhiy.storchaka
Date 2014-10-06.12:27:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412598424.51.0.626221922385.issue22566@psf.upfronthosting.co.za>
In-reply-to
Content
Run following command in a terminal:

    python -c 'import tkinter; tkinter.Text().pack(); tkinter.mainloop()'

and type your dead keys in created window. What happened?
History
Date User Action Args
2014-10-06 12:27:04serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, mc128k
2014-10-06 12:27:04serhiy.storchakasetmessageid: <1412598424.51.0.626221922385.issue22566@psf.upfronthosting.co.za>
2014-10-06 12:27:04serhiy.storchakalinkissue22566 messages
2014-10-06 12:27:04serhiy.storchakacreate