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 ghorvath
Recipients alex_nanou, ghorvath, loewis
Date 2008-03-26.14:55:42
SpamBayes Score 0.6025898
Marked as misclassified No
Message-id <1206543343.72.0.199354860388.issue1222721@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that this bug is still present. After
locale.setlocale(locale.LC_ALL, '') Backspace in Tkinter.Entry is not
working anymore. 
There is no difference if the Backspace is issued by the keyboard or by
self.master.winfo_toplevel().event_generate('<BackSpace>')

No messages are written.
Tested on Linux (Ubuntu Gutsy)/Python 2.5.1 and Windows XP/Python 2.4.3
History
Date User Action Args
2008-03-26 14:55:44ghorvathsetspambayes_score: 0.60259 -> 0.6025898
recipients: + ghorvath, loewis, alex_nanou
2008-03-26 14:55:43ghorvathsetspambayes_score: 0.60259 -> 0.60259
messageid: <1206543343.72.0.199354860388.issue1222721@psf.upfronthosting.co.za>
2008-03-26 14:55:42ghorvathlinkissue1222721 messages
2008-03-26 14:55:42ghorvathcreate