[Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex,1.33,1.34

Jeremy Hylton jhylton@users.sourceforge.net
Mon, 01 Apr 2002 13:34:30 -0800


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

Modified Files:
	ref7.tex 
Log Message:
Change reference to execframes to naming.


Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** ref7.tex	1 Apr 2002 21:30:15 -0000	1.33
--- ref7.tex	1 Apr 2002 21:34:28 -0000	1.34
***************
*** 417,421 ****
  inheritance list, if present.  Each item in the inheritance list
  should evaluate to a class object.  The class's suite is then executed
! in a new execution frame (see section \ref{execframes}), using a newly
  created local namespace and the original global namespace.
  (Usually, the suite contains only function definitions.)  When the
--- 417,421 ----
  inheritance list, if present.  Each item in the inheritance list
  should evaluate to a class object.  The class's suite is then executed
! in a new execution frame (see section \ref{naming}), using a newly
  created local namespace and the original global namespace.
  (Usually, the suite contains only function definitions.)  When the