]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 20 Jun 2024 03:49:30 +0000 (05:49 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 03:49:30 +0000 (20:49 -0700)
commitb8a8e04fec76ad7f7c3e5149114dd2ee8a5caecc
tree4538a8061d77062c558401c5b40f78ba5469fdeb
parent656a1c81083b76b9d998c983f4329348a65985d3
gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (#120151)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.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]