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 chops@demiurgestudios.com
Recipients chops@demiurgestudios.com, exarkun, gregory.p.smith
Date 2010-06-19.18:36:07
SpamBayes Score 0.00093460054
Marked as misclassified No
Message-id <1276972569.08.0.211876290291.issue1300@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, makes sense.  It sure would be nice on Windows to have an equivalent of list2cmdline() that works for the shell.  I actually don't have immediate access to the code anymore, but I remember having to fool around with list2cmdline in the first place because it was difficult to do what I wanted without passing things through the shell (maybe I was spawning a process on Windows and capturing input/output/stderr; I don't remember in detail).

Maybe the solution is to make what I was trying to do easier without fooling with the shell instead of playing the fool's game of trying to improve the ability to deal with the shell so we can pass things through it unnecessarily.

Anyway, thanks.
History
Date User Action Args
2010-06-19 18:36:09chops@demiurgestudios.comsetrecipients: + chops@demiurgestudios.com, gregory.p.smith, exarkun
2010-06-19 18:36:09chops@demiurgestudios.comsetmessageid: <1276972569.08.0.211876290291.issue1300@psf.upfronthosting.co.za>
2010-06-19 18:36:07chops@demiurgestudios.comlinkissue1300 messages
2010-06-19 18:36:07chops@demiurgestudios.comcreate