mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove all uses of \sectcode; we can now use logical markup everywhere.
This commit is contained in:
parent
e7957184d2
commit
3a0351cf85
193 changed files with 215 additions and 215 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue