[issue1724822] provide a shlex.split alternative for Windows shell syntax
Philip Jenvey
report at bugs.python.org
Sat Oct 10 08:39:32 CEST 2009
Philip Jenvey <pjenvey at underboss.org> added the comment:
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
----------
nosy: +pjenvey
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1724822>
_______________________________________
More information about the Python-bugs-list
mailing list