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

Reply via email to