Document the addition of 'quote' to shlex in What's New.

This commit is contained in:
R David Murray 2012-09-29 09:49:05 -04:00
parent ac76833033
commit aae25833dc
1 changed files with 9 additions and 1 deletions

View 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
------