summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-09-29 13:49:05 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-09-29 13:49:05 (GMT)
commitaae25833dcd289a53a5c41680a2de451b7d8cbd3 (patch)
tree7205e096237a8b9c16b4b81501ccdb092de91197 /Doc
parentac76833033fa4c20c7092a49a34b5e79016334a9 (diff)
downloadcpython-aae25833dcd289a53a5c41680a2de451b7d8cbd3.zip
cpython-aae25833dcd289a53a5c41680a2de451b7d8cbd3.tar.gz
cpython-aae25833dcd289a53a5c41680a2de451b7d8cbd3.tar.bz2
Document the addition of 'quote' to shlex in What's New.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.3.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index b0e3885..1c6349d 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1466,6 +1466,15 @@ sched
:issue:`13245`)
+shlex
+-----
+
+* The previously undocumented helper function ``quote`` from the
+ :mod:`pipes` modules has been moved to the :mod:`shlex` module and
+ documented. :func:`~shlex.quote` properly escapes all characters in a string
+ that might be otherwise given special meaning by the shell.
+
+
shutil
------
@@ -1497,7 +1506,6 @@ shutil
in :issue:`4489`.)
-
signal
------