[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.79,1.80

Fred L. Drake fdrake@users.sourceforge.net
Fri, 07 Dec 2001 15:13:55 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv726/ref

Modified Files:
	ref3.tex 
Log Message:
Add change notes where im_class is discussed, since the exact meaning changes
with Python 2.2.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** ref3.tex	2001/12/07 22:03:18	1.79
--- ref3.tex	2001/12/07 23:13:53	1.80
***************
*** 453,456 ****
--- 453,458 ----
  \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}