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 tim.peters
Recipients
Date 2001-07-12.02:32:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Note that processes using WinMain can get at argc and argv 
under MSVC via including stdlib.h and using __argc and 
__argv instead.

I agree the space behavior sucks regardless.  However, as 
you've discovered, there's nothing magical we can do about 
it without breaking the workarounds people have already 
developed on their own -- including distutils.

The right way to address this is to add more smarts to 
spawn.py in distutils, then press to adopt that in the std 
library (distutils already does *some* magical arg quoting 
on win32 systems, and could use your help to do a better 
job of it).

Accordingly, I added [Windows] to the summary line, changed 
the category to distutils, and reassigned to Greg Ward for 
consideration.
History
Date User Action Args
2007-08-23 13:54:56adminlinkissue436259 messages
2007-08-23 13:54:56admincreate