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.14:26:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Further quote: "This will often be useful for writing minilanguages, (for example, in run control files for Python applications) or for parsing quoted strings."

Why shouldn't that feature not be available under Windows?
Again, shlex is *not supposed* to handle Windows command lines.

Also, http://docs.python.org/lib/shlex-parsing-rules.html clearly says what the difference between
"posix=True" and "posix=False" is.

That non-posix mode works on Windows filenames is because it does not handle backslash escapes.
History
Date User Action Args
2007-08-23 16:12:51adminlinkissue1724822 messages
2007-08-23 16:12:51admincreate