https://github.com/python/cpython/commit/035b6eb9878707413c5fab5e3dcc93f3e3261cd0 commit: 035b6eb9878707413c5fab5e3dcc93f3e3261cd0 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-01-02T13:00:06Z summary:
[3.11] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629) (#113642) (cherry picked from commit 7595380347610598a3f5529214a449660892537b) Co-authored-by: Alex Waygood <[email protected]> files: M Doc/whatsnew/3.11.rst 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`.) _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
