Mailing List Archive

python/dist/src/Doc/ref ref7.tex,1.29.8.4,1.29.8.5
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv26637

Modified Files:
Tag: release22-maint
ref7.tex
Log Message:
Backport 1.34: Changing section reference.


Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.29.8.4
retrieving revision 1.29.8.5
diff -C2 -d -r1.29.8.4 -r1.29.8.5
*** ref7.tex 6 Oct 2002 22:37:40 -0000 1.29.8.4
--- ref7.tex 6 Oct 2002 22:47:12 -0000 1.29.8.5
***************
*** 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