File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Pending removal in Python 3.16
8484
8585* :mod: `symtable `:
8686
87- * The :meth: `Class.get_methods < !symtable.Class.get_methods> ` method
87+ * The :meth: `!symtable.Class.get_methods ` method
8888 has been deprecated since Python 3.14.
8989
9090* :mod: `sys `:
Original file line number Diff line number Diff line change @@ -2718,7 +2718,7 @@ New deprecations
27182718 (Contributed by Tian Gao in :gh: `124369 ` and :gh: `125951 `.)
27192719
27202720* :mod: `symtable `:
2721- Deprecate :meth: `symtable.Class.get_methods ` due to the lack of interest,
2721+ Deprecate :meth: `! symtable.Class.get_methods ` due to the lack of interest,
27222722 scheduled for removal in Python 3.16.
27232723 (Contributed by Bénédikt Tran in :gh: `119698 `.)
27242724
Original file line number Diff line number Diff line change @@ -2038,7 +2038,7 @@ Remove workarounds for non-IEEE 754 systems in :mod:`cmath`.
20382038.. nonce: WlygzR
20392039.. section: Library
20402040
2041- Due to the lack of interest for :meth: `symtable.Class.get_methods `, the
2041+ Due to the lack of interest for :meth: `! symtable.Class.get_methods `, the
20422042method is marked as deprecated and will be removed in Python 3.16. Patch by
20432043Bénédikt Tran.
20442044
@@ -2746,7 +2746,7 @@ situations.
27462746.. nonce: rRrprk
27472747.. section: Library
27482748
2749- Fix :meth: `symtable.Class.get_methods ` and document its behaviour. Patch by
2749+ Fix :meth: `! symtable.Class.get_methods ` and document its behaviour. Patch by
27502750Bénédikt Tran.
27512751
27522752..
You can’t perform that action at this time.
0 commit comments