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 asvetlov
Recipients asvetlov, ezio.melotti, loewis, pitrou, roger.serwy, serhiy.storchaka, vstinner
Date 2012-04-28.22:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335650825.24.0.968398225772.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, I like to fix tkinter itself, not only IDLE.
There are other problems like idle is crashing if non-bmp char will be pasted from clipboard.
Moreover, non-bmp behavior is different from one Tk widget to other.
I still want to make codec for it and then try to solve tk problems.
Maybe solution will force to extend tkinter interface for process codec errors with reasonable well specified default behavior.
Sorry for my silence. I hope to make some progress next weeks.
History
Date User Action Args
2012-04-28 22:07:05asvetlovsetrecipients: + asvetlov, loewis, pitrou, vstinner, ezio.melotti, roger.serwy, serhiy.storchaka
2012-04-28 22:07:05asvetlovsetmessageid: <1335650825.24.0.968398225772.issue14304@psf.upfronthosting.co.za>
2012-04-28 22:07:04asvetlovlinkissue14304 messages
2012-04-28 22:07:04asvetlovcreate