[Python-checkins] cpython (merge 3.6 -> default): Closes #28784: Merged update from 3.6.

vinay.sajip python-checkins at python.org
Fri Jan 27 08:05:22 EST 2017


https://hg.python.org/cpython/rev/46f8188f8646
changeset:   106324:46f8188f8646
parent:      106322:aef895fef120
parent:      106323:ff3312ce1d14
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Jan 27 13:05:09 2017 +0000
summary:
  Closes #28784: Merged update from 3.6.

files:
  Doc/library/shlex.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst
--- a/Doc/library/shlex.rst
+++ b/Doc/library/shlex.rst
@@ -411,4 +411,6 @@
       >>> 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`.)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list