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 georg.brandl
Recipients
Date 2007-05-24.13:09:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The docs to shlex say: "The shlex class makes it easy to write lexical analyzers for simple syntaxes resembling that of the Unix shell."

It is not meant to be a cross-platform shell quoting handler, but an implementation of Unix shell behavior.
History
Date User Action Args
2007-08-23 16:12:50adminlinkissue1724822 messages
2007-08-23 16:12:50admincreate