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 r.david.murray
Recipients Julian, docs@python, r.david.murray
Date 2012-01-19.14:36:47
SpamBayes Score 7.101102e-05
Marked as misclassified No
Message-id <1326983808.87.0.793563902467.issue13826@psf.upfronthosting.co.za>
In-reply-to
Content
It is not particularly intuitive what goes in to a Popen non-shell argument list, unless you are an experienced programmer.  The real purpose of the note is to convey a lot of information about how tokenization works in a short example, and it also demonstrates how to investigate other complex cases the user may have to deal with.  Because of the first part of that (showing tokenization quirks) I don't think it should be relegated to a footnote.

That said, the example could perhaps be reworded slightly to make its expositional purpose clearer.  Suggestions welcome.
History
Date User Action Args
2012-01-19 14:36:48r.david.murraysetrecipients: + r.david.murray, docs@python, Julian
2012-01-19 14:36:48r.david.murraysetmessageid: <1326983808.87.0.793563902467.issue13826@psf.upfronthosting.co.za>
2012-01-19 14:36:48r.david.murraylinkissue13826 messages
2012-01-19 14:36:47r.david.murraycreate