Skip to content

Commit 43ecb88

Browse files
hugovkAlexWaygood
andcommitted
[3.12] pythongh-101100: Fix Sphinx warnings from removed ~! references (pythonGH-113629)
(cherry picked from commit 7595380) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
1 parent c7a1431 commit 43ecb88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.11.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ Standard Library
18601860

18611861
(Contributed by Erlend E. Aasland in :issue:`5846`.)
18621862

1863-
* :meth:`~!unittest.TestProgram.usageExit` is marked deprecated, to be removed
1863+
* :meth:`!unittest.TestProgram.usageExit` is marked deprecated, to be removed
18641864
in 3.13.
18651865
(Contributed by Carlos Damázio in :gh:`67048`.)
18661866

Doc/whatsnew/3.7.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2004,15 +2004,15 @@ importlib
20042004
---------
20052005

20062006
Methods
2007-
:meth:`MetaPathFinder.find_module() <!importlib.abc.MetaPathFinder.find_module>`
2007+
:meth:`!MetaPathFinder.find_module()`
20082008
(replaced by
20092009
:meth:`MetaPathFinder.find_spec() <importlib.abc.MetaPathFinder.find_spec>`)
20102010
and
2011-
:meth:`PathEntryFinder.find_loader() <!importlib.abc.PathEntryFinder.find_loader>`
2011+
:meth:`!PathEntryFinder.find_loader()`
20122012
(replaced by
20132013
:meth:`PathEntryFinder.find_spec() <importlib.abc.PathEntryFinder.find_spec>`)
20142014
both deprecated in Python 3.4 now emit :exc:`DeprecationWarning`.
2015-
(Contributed by Matthias Bussonnier in :issue:`29576`)
2015+
(Contributed by Matthias Bussonnier in :issue:`29576`.)
20162016

20172017
The :class:`importlib.abc.ResourceLoader` ABC has been deprecated in
20182018
favour of :class:`importlib.abc.ResourceReader`.

0 commit comments

Comments
 (0)