Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment:

I had the same need in my small command line client (that uses Cmd.Cmd)
and I solved it by using shlex.split() instead of regular string split.
I haven't looked at optparse code lately and perhaps it can do the same.

----------
nosy: +draghuram

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4320>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to