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 terry.reedy
Recipients alex_nanou, ghorvath, gpolo, loewis, terry.reedy
Date 2010-06-25.22:33:18
SpamBayes Score 0.00016944132
Marked as misclassified No
Message-id <1277505201.19.0.91310360936.issue1222721@psf.upfronthosting.co.za>
In-reply-to
Content
The backspace issue seems to have been fixed.

I modified bug.py for 3.1 by removing the coding cookie, changing unicode("Ïðîáà", "KOI8-R") to just "Ïðîáà", and fixing print. Running from IDLE, it ran and displayed a tk window with text entry and labelled button that printed "Friday" in the shell window.

On the other hand, "I also found that the problem only appears when the LC_NUMERIC setting is different to en_US. (for example if it is de_AT)" suggests that other might have a problem (I am in the US).

Sidenote: Since the obscure koi8-R encoding (no longer valid in 3.x, the interpreter said) is not described as part of the bug, it should not be part of a minimal example.
History
Date User Action Args
2010-06-25 22:33:21terry.reedysetrecipients: + terry.reedy, loewis, alex_nanou, gpolo, ghorvath
2010-06-25 22:33:21terry.reedysetmessageid: <1277505201.19.0.91310360936.issue1222721@psf.upfronthosting.co.za>
2010-06-25 22:33:19terry.reedylinkissue1222721 messages
2010-06-25 22:33:19terry.reedycreate