From aae25833dcd289a53a5c41680a2de451b7d8cbd3 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sat, 29 Sep 2012 09:49:05 -0400 Subject: Document the addition of 'quote' to shlex in What's New. --- Doc/whatsnew/3.3.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 ------ -- cgit v0.12