From f9060ce4f777c5918336e4fcb35ac6eacb855b0f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 2 Jan 2024 09:37:37 +0200 Subject: [PATCH] [3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (cherry picked from commit 7595380347610598a3f5529214a449660892537b) Co-authored-by: Hugo van Kemenade 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 104d9894601d60..1a0efa0fd95286 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`.)