Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update docs
  • Loading branch information
picnixz committed Jul 16, 2024
commit e9d00c087b911f19e10bd781fe82c1adbb7345b2
3 changes: 3 additions & 0 deletions Doc/library/symtable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ Examining Symbol Tables
Although ``A().f()`` raises :exc:`TypeError` at runtime, ``A.f`` is still
considered as a method-like function.

.. deprecated-removed:: 3.14 3.16


.. class:: Symbol

An entry in a :class:`SymbolTable` corresponding to an identifier in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fix :meth:`symtable.Class.get_methods` and document its behaviour. Patch by
Bénédikt Tran.
Fix :meth:`symtable.Class.get_methods` and document its behaviour. Due to the
lack of interest, the method is now marked as deprecated and will be removed
in Python 3.16. Patch by Bénédikt Tran.