Commit aae25833 authored by R David Murray's avatar R David Murray

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

parent ac768330
......@@ -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
------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment