diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-07 23:13:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-07 23:13:53 (GMT) |
commit | f9d580346b68bcf995b852eb8f029df6ca7dae4f (patch) | |
tree | 5ffcf496874c4b51b5004cc70f7232566a0cf5aa /Doc/ref | |
parent | b62f0e1a7b1f2558695542251d26bbf5b751fbf4 (diff) | |
download | cpython-f9d580346b68bcf995b852eb8f029df6ca7dae4f.zip cpython-f9d580346b68bcf995b852eb8f029df6ca7dae4f.tar.gz cpython-f9d580346b68bcf995b852eb8f029df6ca7dae4f.tar.bz2 |
Add change notes where im_class is discussed, since the exact meaning changes
with Python 2.2.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref3.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index b6a2df3..1eadb98 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -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}} |