File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1860,7 +1860,7 @@ Standard Library
1860
1860
1861
1861
(Contributed by Erlend E. Aasland in :issue: `5846 `.)
1862
1862
1863
- * :meth: `~ !unittest.TestProgram.usageExit ` is marked deprecated, to be removed
1863
+ * :meth: `!unittest.TestProgram.usageExit ` is marked deprecated, to be removed
1864
1864
in 3.13.
1865
1865
(Contributed by Carlos Damázio in :gh: `67048 `.)
1866
1866
Original file line number Diff line number Diff line change @@ -2004,15 +2004,15 @@ importlib
2004
2004
---------
2005
2005
2006
2006
Methods
2007
- :meth: `MetaPathFinder.find_module() <!importlib.abc.MetaPathFinder.find_module> `
2007
+ :meth: `! MetaPathFinder.find_module() `
2008
2008
(replaced by
2009
2009
:meth: `MetaPathFinder.find_spec() <importlib.abc.MetaPathFinder.find_spec> `)
2010
2010
and
2011
- :meth: `PathEntryFinder.find_loader() <!importlib.abc.PathEntryFinder.find_loader> `
2011
+ :meth: `! PathEntryFinder.find_loader() `
2012
2012
(replaced by
2013
2013
:meth: `PathEntryFinder.find_spec() <importlib.abc.PathEntryFinder.find_spec> `)
2014
2014
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 `. )
2016
2016
2017
2017
The :class: `importlib.abc.ResourceLoader ` ABC has been deprecated in
2018
2018
favour of :class: `importlib.abc.ResourceReader `.
You can’t perform that action at this time.
0 commit comments