Skip to content

Commit bf7dce0

Browse files
committed
Add shlex subsection to whatsnew for shlex.quote additions
1 parent b8ef5ce commit bf7dce0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/whatsnew/3.14.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,12 @@ ___
183183
Use :func:`pty.openpty` instead.
184184
(Contributed by Nikita Sobolev in :gh:`118824`.)
185185

186+
shlex
187+
-----
188+
189+
* Add keyword-only argument of *always* to :func:`shlex.quote` for forcing
190+
the escaping of the string passed to it.
191+
186192
sqlite3
187193
-------
188194

0 commit comments

Comments
 (0)