]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert markup around list of display fields from the disassembler; it doesn't
authorFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 16:15:02 +0000 (16:15 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 16:15:02 +0000 (16:15 +0000)
look at good in print, but doesn't break the HTML.

Doc/lib/libdis.tex
Doc/libdis.tex

index 0340c4f1bb77c9d0ebd3e3ced2ef6d4292764d5a..eb60150ca815d06c388e47a66e9bd8cd5cb01f23 100644 (file)
@@ -51,18 +51,14 @@ is indicated.
 Disassembles a code object, indicating the last instruction if \var{lasti}
 was provided.  The output is divided in the following columns:
 
-\newcounter{discounter}
-\begin{list}{\arabic{discounter}.}{%
-  \usecounter{discounter}
-  \setlength{\leftmargin}{4.5mm}
-  \setlength{\labelsep}{1.5mm}}
+\begin{enumerate}
 \item the current instruction, indicated as \samp{-->},
 \item a labelled instruction, indicated with \samp{>>},
 \item the address of the instruction,
 \item the operation code name,
 \item operation parameters, and
 \item interpretation of the parameters in parentheses.
-\end{list}
+\end{enumerate}
 
 The parameter interpretation recognizes local and global
 variable names, constant values, branch targets, and compare
index 0340c4f1bb77c9d0ebd3e3ced2ef6d4292764d5a..eb60150ca815d06c388e47a66e9bd8cd5cb01f23 100644 (file)
@@ -51,18 +51,14 @@ is indicated.
 Disassembles a code object, indicating the last instruction if \var{lasti}
 was provided.  The output is divided in the following columns:
 
-\newcounter{discounter}
-\begin{list}{\arabic{discounter}.}{%
-  \usecounter{discounter}
-  \setlength{\leftmargin}{4.5mm}
-  \setlength{\labelsep}{1.5mm}}
+\begin{enumerate}
 \item the current instruction, indicated as \samp{-->},
 \item a labelled instruction, indicated with \samp{>>},
 \item the address of the instruction,
 \item the operation code name,
 \item operation parameters, and
 \item interpretation of the parameters in parentheses.
-\end{list}
+\end{enumerate}
 
 The parameter interpretation recognizes local and global
 variable names, constant values, branch targets, and compare