From: Hugo van Kemenade Date: Tue, 2 Jan 2024 13:00:06 +0000 (+0200) Subject: [3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (... X-Git-Tag: v3.11.8~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=035b6eb9878707413c5fab5e3dcc93f3e3261cd0;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (#113642) (cherry picked from commit 7595380347610598a3f5529214a449660892537b) Co-authored-by: Alex Waygood --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 104d9894601d..1a0efa0fd952 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1860,7 +1860,7 @@ Standard Library (Contributed by Erlend E. Aasland in :issue:`5846`.) -* :meth:`~!unittest.TestProgram.usageExit` is marked deprecated, to be removed +* :meth:`!unittest.TestProgram.usageExit` is marked deprecated, to be removed in 3.13. (Contributed by Carlos Damázio in :gh:`67048`.)