Remove all uses of \sectcode; we can now use logical markup everywhere.

This commit is contained in:
Fred Drake 1998-04-04 07:23:21 +00:00
parent e7957184d2
commit 3a0351cf85
193 changed files with 215 additions and 215 deletions

View file

@ -9,7 +9,7 @@
% in any way.
%
\section{Built-in Module \sectcode{parser}}
\section{Built-in Module \module{parser}}
\label{module-parser}
\bimodindex{parser}
\index{parsing!Python source code}
@ -293,7 +293,7 @@ of the \function{compile()}\bifuncindex{compile} built-in function and
the complex example shows the use of a parse tree for information
discovery.
\subsubsection{Emulation of \sectcode{compile()}}
\subsubsection{Emulation of \module{compile()}}
While many useful operations may take place between parsing and
bytecode generation, the simplest operation is to do nothing. For