mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add change notes where im_class is discussed, since the exact meaning changes
with Python 2.2.
This commit is contained in:
parent
b62f0e1a7b
commit
f9d580346b
2 changed files with 60 additions and 49 deletions
|
@ -452,6 +452,8 @@ or the class that asked for the method for unbound methods);
|
|||
\member{__doc__} is the method's documentation (same as
|
||||
\code{im_func.__doc__}); \member{__name__} is the method name (same as
|
||||
\code{im_func.__name__}).
|
||||
\versionchanged[\member{im_self} used to refer to the class that
|
||||
defined the method]{2.2}
|
||||
\withsubitem{(method attribute)}{
|
||||
\ttindex{im_func}
|
||||
\ttindex{im_self}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue