summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-11 06:29:59 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-11 06:29:59 (GMT)
commitbc8ad5bdeb14c943e937caae0e0300ac903fc72b (patch)
treeb25d5833a1a8602f016c2e19f073375407edb3b3 /Doc
parentfdbd51db8b5fe2dde254837b5f39fb9aae7483ed (diff)
downloadcpython-bc8ad5bdeb14c943e937caae0e0300ac903fc72b.zip
cpython-bc8ad5bdeb14c943e937caae0e0300ac903fc72b.tar.gz
cpython-bc8ad5bdeb14c943e937caae0e0300ac903fc72b.tar.bz2
Replace lists of attributes for code and frame objects with a reference to the
Python Reference Manual.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpdb.tex20
-rw-r--r--Doc/libpdb.tex20
2 files changed, 4 insertions, 36 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index d589032..5cfada5 100644
--- a/Doc/lib/libpdb.tex
+++ b/Doc/lib/libpdb.tex
@@ -300,21 +300,5 @@ new local trace function
Note that as an exception is propagated down the chain of callers, an
\code{'exception'} event is generated at each level.
-Stack frame objects have the following read-only attributes:
-
-\begin{description}
-\item[f_code] the code object being executed
-\item[f_lineno] the current line number (\code{-1} for \code{'call'} events)
-\item[f_back] the stack frame of the caller, or None
-\item[f_locals] dictionary containing local name bindings
-\item[f_globals] dictionary containing global name bindings
-\end{description}
-
-Code objects have the following read-only attributes:
-
-\begin{description}
-\item[co_code] the code string
-\item[co_names] the list of names used by the code
-\item[co_consts] the list of (literal) constants used by the code
-\item[co_filename] the filename from which the code was compiled
-\end{description}
+For more information on code and frame objects, refer to the
+\emph{Python Reference Manual}.
diff --git a/Doc/libpdb.tex b/Doc/libpdb.tex
index d589032..5cfada5 100644
--- a/Doc/libpdb.tex
+++ b/Doc/libpdb.tex
@@ -300,21 +300,5 @@ new local trace function
Note that as an exception is propagated down the chain of callers, an
\code{'exception'} event is generated at each level.
-Stack frame objects have the following read-only attributes:
-
-\begin{description}
-\item[f_code] the code object being executed
-\item[f_lineno] the current line number (\code{-1} for \code{'call'} events)
-\item[f_back] the stack frame of the caller, or None
-\item[f_locals] dictionary containing local name bindings
-\item[f_globals] dictionary containing global name bindings
-\end{description}
-
-Code objects have the following read-only attributes:
-
-\begin{description}
-\item[co_code] the code string
-\item[co_names] the list of names used by the code
-\item[co_consts] the list of (literal) constants used by the code
-\item[co_filename] the filename from which the code was compiled
-\end{description}
+For more information on code and frame objects, refer to the
+\emph{Python Reference Manual}.