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 PendulumDreams
Recipients PendulumDreams, claytondarwin, gpolo, terry.reedy
Date 2012-12-11.20:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355257878.01.0.850985318806.issue11290@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-11 20:31:18PendulumDreamssetrecipients: + PendulumDreams, terry.reedy, gpolo, claytondarwin
2012-12-11 20:31:18PendulumDreamssetmessageid: <1355257878.01.0.850985318806.issue11290@psf.upfronthosting.co.za>
2012-12-11 20:31:17PendulumDreamslinkissue11290 messages
2012-12-11 20:31:17PendulumDreamscreate