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 eric.araujo
Recipients Thorney, ceball, eric.araujo, ipatrol, loewis, tarek
Date 2011-11-18.12:41:10
SpamBayes Score 1.5033498e-08
Marked as misclassified No
Message-id <1321620071.04.0.394099794724.issue4508@psf.upfronthosting.co.za>
In-reply-to
Content
> Ok, I found a similar problem with MMTK.
I don’t know what that is.

> I am currently altering my distutils package to add a function called nt_quote_dir
> that adds quotes to paths with spaces and then applies it to each path if the platform
> is win32.
You shouldn’t have to do that; there’s already a similar function in distutils.spawn.

> When I'm done I will submit a diff after confirming that it works.
What is needed is a diff for distutils 2.7 or 3.2 adding a test with a file containing a space.  I can’t do anything with diffs for other projects.
History
Date User Action Args
2011-11-18 12:41:11eric.araujosetrecipients: + eric.araujo, loewis, ceball, tarek, Thorney, ipatrol
2011-11-18 12:41:11eric.araujosetmessageid: <1321620071.04.0.394099794724.issue4508@psf.upfronthosting.co.za>
2011-11-18 12:41:10eric.araujolinkissue4508 messages
2011-11-18 12:41:10eric.araujocreate