]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correct...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 20 Jun 2024 05:12:31 +0000 (22:12 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 05:12:31 +0000 (22:12 -0700)
commit0c6d6ab252a42fe616687ba567c96e829fab5877
treead5b37f870d66171318cac35c18eecfbfbe24dcb
parent61e37dd4f5a1c8c16373f072904c81fc4eff2ef3
[3.12] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (#120151) (#120776)

(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]