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 pjenvey
Recipients georg.brandl, gjb1002, pjenvey
Date 2009-10-10.06:39:29
SpamBayes Score 0.008257378
Marked as misclassified No
Message-id <1255156772.14.0.687310919076.issue1724822@psf.upfronthosting.co.za>
In-reply-to
Content
FYI I've implemented a Windows command line parser for use by subprocess 
on Jython, it's available here:

http://fisheye3.atlassian.com/browse/jython/trunk/jython/Lib/subprocess.
py?r=6636#l554

tests:

http://fisheye3.atlassian.com/browse/jython/trunk/jython/Lib/test/test_s
ubprocess_jy.py?r=6464#l41

like shlex, it wasn't built to handle ; && || to join multiple commands 
as #1521950 requests. But other than that it's complete
History
Date User Action Args
2009-10-10 06:39:32pjenveysetrecipients: + pjenvey, georg.brandl, gjb1002
2009-10-10 06:39:32pjenveysetmessageid: <1255156772.14.0.687310919076.issue1724822@psf.upfronthosting.co.za>
2009-10-10 06:39:30pjenveylinkissue1724822 messages
2009-10-10 06:39:29pjenveycreate