diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-02-11 13:56:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 13:56:34 (GMT) |
commit | cfb79caaab6c4823b6b186aabab642c4dab3927f (patch) | |
tree | 989569e0577b0adf1fd9f94805246728284432c6 /Python/Python-ast.c | |
parent | d8346d6c0677b0e8fcff5aa6b179d3c3afca48c6 (diff) | |
download | cpython-cfb79caaab6c4823b6b186aabab642c4dab3927f.zip cpython-cfb79caaab6c4823b6b186aabab642c4dab3927f.tar.gz cpython-cfb79caaab6c4823b6b186aabab642c4dab3927f.tar.bz2 |
[3.12] gh-97959: Fix rendering of routines in pydoc (GH-113941) (GH-115296)
* Class methods no longer have "method of builtins.type instance" note.
* Corresponding notes are now added for class and unbound methods.
* Method and function aliases now have references to the module or the
class where the origin was defined if it differs from the current.
* Bound methods are now listed in the static methods section.
* Methods of builtin classes are now supported as well as methods of
Python classes.
(cherry picked from commit 2939ad02be62110ffa2ac6c4d9211c85e1d1720f)
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions