From: Fred Drake Date: Thu, 28 Mar 2002 19:34:53 +0000 (+0000) Subject: Add documentation on the hasfree data object. X-Git-Tag: v2.3c1~6294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47cdf6fb6fbc501176329c560584441b2becc234;p=thirdparty%2FPython%2Fcpython.git Add documentation on the hasfree data object. --- diff --git a/Doc/lib/libdis.tex b/Doc/lib/libdis.tex index 2a285d2094c0..174d48739744 100644 --- a/Doc/lib/libdis.tex +++ b/Doc/lib/libdis.tex @@ -85,6 +85,10 @@ Sequence of all compare operation names. Sequence of byte codes that have a constant parameter. \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. \end{datadesc}