From 035b6eb9878707413c5fab5e3dcc93f3e3261cd0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 2 Jan 2024 15:00:06 +0200 Subject: [PATCH] [3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (#113642) (cherry picked from commit 7595380347610598a3f5529214a449660892537b) Co-authored-by: Alex Waygood --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.) -- 2.47.3