summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
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
------