]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correct...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 20 Jun 2024 05:27:23 +0000 (22:27 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 05:27:23 +0000 (22:27 -0700)
commit8cfd005b6df2f1d07c0dd00450009a41796a2718
tree67fce9c8dae1671ac8705e7d4089c9d28018d8be
parent5d194902cbe9eff0a4f974c65479046c251664fd
[3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (GH-120151) (#120777)

(cherry picked from commit b8a8e04fec76ad7f7c3e5149114dd2ee8a5caecc)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/symtable.rst
Lib/symtable.py
Lib/test/test_symtable.py
Misc/NEWS.d/next/Library/2024-06-06-12-07-57.gh-issue-119698.rRrprk.rst [new file with mode: 0644]