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 draghuram
Recipients akuchling, draghuram
Date 2008-11-14.14:55:34
SpamBayes Score 1.2692972e-05
Marked as misclassified No
Message-id <1226674537.01.0.0549390356426.issue4320@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-14 14:55:37draghuramsetrecipients: + draghuram, akuchling
2008-11-14 14:55:37draghuramsetmessageid: <1226674537.01.0.0549390356426.issue4320@psf.upfronthosting.co.za>
2008-11-14 14:55:35draghuramlinkissue4320 messages
2008-11-14 14:55:35draghuramcreate