Merge: Document the addition of 'quote' to shlex in What's New.
This commit is contained in:
commit
fa72df799b
|
@ -1534,6 +1534,15 @@ sched
|
||||||
:issue:`13245`)
|
: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
|
shutil
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -1565,7 +1574,6 @@ shutil
|
||||||
in :issue:`4489`.)
|
in :issue:`4489`.)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
signal
|
signal
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue