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 Bryan.Oakley
Recipients Bryan.Oakley, asvetlov, ned.deily
Date 2012-09-05.11:08:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346843297.53.0.490321741119.issue15861@psf.upfronthosting.co.za>
In-reply-to
Content
What behavior do I expect? I expect it to not throw an error. I expect whatever string I give to be inserted into the widget unadulterated (ie: if I give the string "foo {" I expect to see "foo {" in the widget). 

Tkinter is effectively telling me "you have a Tcl syntax error". Since I'm programming in python I should be insulated from that, particularly since the error comes internally after Tkinter transforms my data. 

How Tkinter does it under the hood, I don't care. Tkinter should make sure that the data it passes to the Tcl interpreter is well-formed.
History
Date User Action Args
2012-09-05 11:08:17Bryan.Oakleysetrecipients: + Bryan.Oakley, ned.deily, asvetlov
2012-09-05 11:08:17Bryan.Oakleysetmessageid: <1346843297.53.0.490321741119.issue15861@psf.upfronthosting.co.za>
2012-09-05 11:08:17Bryan.Oakleylinkissue15861 messages
2012-09-05 11:08:16Bryan.Oakleycreate