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
<http://bugs.python.org/is
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
<http://bugs.python.org/issue11
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 es