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.smith
Recipients BreamoreBoy, eric.smith, georg.brandl, gjb1002, pjenvey, r.david.murray
Date 2010-09-17.17:27:02
SpamBayes Score 9.3465154e-05
Marked as misclassified No
Message-id <1284744440.54.0.1000646857.issue1724822@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond Chen's blog today discusses CommandLineToArgvW, which is apparently an API that can parse command lines. It's not clear to me if this is actually called by the MSFT CRT:
http://blogs.msdn.com/b/oldnewthing/archive/2010/09/17/10063629.aspx

Here's the documentation for it:
http://msdn.microsoft.com/en-us/library/bb776391%28VS.85%29.aspx

I don't know if we could call this directly (or via ctypes), or if we could emulate it based on the documentation, which doesn't seem very complete.
History
Date User Action Args
2010-09-17 17:27:20eric.smithsetrecipients: + eric.smith, georg.brandl, gjb1002, pjenvey, r.david.murray, BreamoreBoy
2010-09-17 17:27:20eric.smithsetmessageid: <1284744440.54.0.1000646857.issue1724822@psf.upfronthosting.co.za>
2010-09-17 17:27:05eric.smithlinkissue1724822 messages
2010-09-17 17:27:02eric.smithcreate