[issue11290] ttk.Combobox['values'] String Conversion to Tcl

2012-12-11 Thread Jayden Kneller

Jayden Kneller added the comment:

I also ran into this issue in python 3.3 64bit on windows 7.  I was adding 
paths into a combo box and was escaping all \'s myself.  When I created a 
folder with a space I noticed the paths with the space had double the \'s I 
wanted.

I removed my escaping and tested the patch and the attached image shows that it 
works.  The top of the image was before, the bottom of the image was after.

--
nosy: +PendulumDreams
versions:  -Python 3.1, Python 3.2
Added file: http://bugs.python.org/file28284/tested_patch.png

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11290
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11290] ttk.Combobox['values'] String Conversion to Tcl

2012-12-11 Thread Jayden Kneller

Jayden Kneller added the comment:

I should also add that I yellow highlighed where the space is in the image I 
attached so it easier to see.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11290
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11290] ttk.Combobox['values'] String Conversion to Tcl

2012-12-11 Thread Jayden Kneller

Jayden Kneller added the comment:

On a side note:

If you pass raw string literals into the combo box as values this issue doesn't 
happen.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11290
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com