[issue1222721] tk + setlocale problems...

ghorvath report at bugs.python.org
Wed Mar 26 15:55:43 CET 2008


ghorvath <gh at gregor-horvath.com> added the comment:

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

----------
nosy: +ghorvath
versions: +Python 2.5

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1222721>
_____________________________________


More information about the Python-bugs-list mailing list