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 akuchling
Recipients
Date 2006-12-21.14:48:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Does this argument-line parsing weirdness still have relevance to current MSVC runtimes?

Changing os.spawn() seems like a non-starter because it'll break existing code; the Python landscape has changed and subprocess.py is a higher-level, more useful way to run subprocesses (it has a MS C runtime-alike function, list2cmdline).

Unless someone submits a patch to change _nt_quote_args in distutils/spawn.py, I'll close this bug in a few months (the next time I visit the really old bugs).


 
History
Date User Action Args
2007-08-23 13:54:56adminlinkissue436259 messages
2007-08-23 13:54:56admincreate