Add change notes where im_class is discussed, since the exact meaning changes

with Python 2.2.
This commit is contained in:
Fred Drake 2001-12-07 23:13:53 +00:00
parent b62f0e1a7b
commit f9d580346b
2 changed files with 60 additions and 49 deletions

View file

@ -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}}