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 claytondarwin, gpolo, terry.reedy
Date 2011-02-25.20:24:54
SpamBayes Score 4.159334e-07
Marked as misclassified No
Message-id <1298665497.16.0.396153885945.issue11290@psf.upfronthosting.co.za>
In-reply-to
Content
With 3.2, (Winxp) I get combobox with first line,
input as
r'C:\Python31\Lib\tkinter\test\test_ttk',
displayed as
"C:Python31Lib	kinter	est	est_ttk"
Something either deleted \ or converted \t to tab.
Indeed, adding a space to the end of the string or enclosing as you specify inhibits deletion/conversion, so this seems like an error.

With imports fixed
from Tkinter import *
import ttk
the file runs fine in 2.7, so this seems 3.x specific problem.
History
Date User Action Args
2011-02-25 20:24:57terry.reedysetrecipients: + terry.reedy, gpolo, claytondarwin
2011-02-25 20:24:57terry.reedysetmessageid: <1298665497.16.0.396153885945.issue11290@psf.upfronthosting.co.za>
2011-02-25 20:24:55terry.reedylinkissue11290 messages
2011-02-25 20:24:54terry.reedycreate