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 gpolo
Recipients gpolo, loewis, mkiever, wmula
Date 2008-09-15.17:07:23
SpamBayes Score 5.164348e-08
Marked as misclassified No
Message-id <1221498446.83.0.546724325562.issue1602742@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is actually on Tkinter side, not really tcl/tk fault here.
Tkinter should be formatting that text option as "{text here}" when the
value contains one or more spaces (it is actually fine to use this tcl
formatting when there are no spaces either).

To try this yourself, just change text to:
text = "{sample text with spaces}"

I can't look at Tkinter source right now to propose a correct solution,
but will do later (today hopefully).
History
Date User Action Args
2008-09-15 17:07:27gpolosetrecipients: + gpolo, loewis, mkiever, wmula
2008-09-15 17:07:26gpolosetmessageid: <1221498446.83.0.546724325562.issue1602742@psf.upfronthosting.co.za>
2008-09-15 17:07:23gpololinkissue1602742 messages
2008-09-15 17:07:23gpolocreate