File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2271,14 +2271,6 @@ New deprecations
22712271 Hugo van Kemenade in :gh: `148100 `.)
22722272
22732273
2274- * :mod: `shlex `:
2275-
2276- * Add keyword-only parameter *force * to :func: `shlex.quote ` to force quoting
2277- a string, even if it is already safe for a shell without being quoted.
2278-
2279- (Contributed by Jay Berry in :gh: `148846 `.)
2280-
2281-
22822274* :mod: `struct `:
22832275
22842276 * Calling ``Struct.__new__() `` without a required argument is now
Original file line number Diff line number Diff line change 109109 process via a pidfd. Available on Linux 5.6+.
110110 (Contributed by Maurycy Pawłowski-Wieroński in :gh: `149464 `.)
111111
112+ shlex
113+ -----
114+
115+ * Add keyword-only parameter *force * to :func: `shlex.quote ` to force quoting
116+ a string, even if it is already safe for a shell without being quoted.
117+ (Contributed by Jay Berry in :gh: `148846 `.)
118+
112119xml
113120---
114121
You can’t perform that action at this time.
0 commit comments