Commit dc4ce0e0 authored by Vinay Sajip's avatar Vinay Sajip

Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.

parent dbb5686e
......@@ -411,4 +411,6 @@ which characters constitute punctuation. For example::
>>> list(s)
['~/a', '&&', 'b-c', '--color=auto', '||', 'd', '*.py?']
For best effect, ``punctuation_chars`` should be set in conjunction with
``posix=True``. (Note that ``posix=False`` is the default for
:class:`~shlex.shlex`.)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment