Skip to content

Commit 7781ca0

Browse files
committed
Move shlex.quote whatsnew entry from 3.15 to 3.16
1 parent a030aa4 commit 7781ca0

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

Doc/whatsnew/3.16.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ os
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+
112119
xml
113120
---
114121

0 commit comments

Comments
 (0)