]> granicus.if.org Git - python/commitdiff
Document the addition of 'quote' to shlex in What's New.
authorR David Murray <rdmurray@bitdance.com>
Sat, 29 Sep 2012 13:49:05 +0000 (09:49 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 29 Sep 2012 13:49:05 +0000 (09:49 -0400)
Doc/whatsnew/3.3.rst

index b0e3885042abf6d15e4806a0f2fd929cf6351f50..1c6349d6f7452b3eec7339576a3c632690e67ffb 100644 (file)
@@ -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
 ------