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 brian.curtin
Recipients benjamin.peterson, brian.curtin, cvrebert, georg.brandl, ncoghlan, pitrou, terry.reedy
Date 2010-02-02.04:17:39
SpamBayes Score 0.0006328976
Marked as misclassified No
Message-id <1265084261.87.0.373578591298.issue6760@psf.upfronthosting.co.za>
In-reply-to
Content
The raw_input() doesn't provide anything. I'd just drop that and pass the string directly to shlex.split.

"Do not put an argument-taking option together with its argument as a single item in the *args* list"
-- Something like "Argument-taking options should not be grouped with their arguments in the *args* list." may be a cleaner read, and avoids the big scary "do not".

"Because that is incorrect"
-- Maybe something like "shlex.split would suggest the following" instead?
History
Date User Action Args
2010-02-02 04:17:41brian.curtinsetrecipients: + brian.curtin, georg.brandl, terry.reedy, ncoghlan, pitrou, benjamin.peterson, cvrebert
2010-02-02 04:17:41brian.curtinsetmessageid: <1265084261.87.0.373578591298.issue6760@psf.upfronthosting.co.za>
2010-02-02 04:17:39brian.curtinlinkissue6760 messages
2010-02-02 04:17:39brian.curtincreate