Mailing List Archive

CVS: python/dist/src/Doc/lib libdis.tex,1.33,1.34
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv29655/lib

Modified Files:
libdis.tex
Log Message:
Add documentation on the hasfree data object.

Index: libdis.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdis.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** libdis.tex 1 Oct 2001 17:04:10 -0000 1.33
--- libdis.tex 28 Mar 2002 19:34:53 -0000 1.34
***************
*** 86,89 ****
--- 86,93 ----
\end{datadesc}

+ \begin{datadesc}{hasfree}
+ Sequence of byte codes that access a free variable.
+ \end{datadesc}
+
\begin{datadesc}{hasname}
Sequence of byte codes that access an attribute by name.