AMK's megapatch:

* \bcode, \ecode added everywhere
	* \label{module-foo} added everywhere
	* A few \seealso sections added.
	* Indentation fixed inside verbatim in lib*tex files
This commit is contained in:
Guido van Rossum 1997-07-17 16:34:52 +00:00
parent 3c2a056fdd
commit e47da0ae04
196 changed files with 1068 additions and 859 deletions

View file

@ -96,13 +96,13 @@ failure.
Example:
\begin{verbatim}
\bcode\begin{verbatim}
>>> import spam
>>> can = spam.open('/etc/passwd')
>>> can.empty()
>>> can.close()
\end{verbatim}
\end{verbatim}\ecode
%
% ==== 5. ====
% If your module defines new object types (for a built-in module) or
% classes (for a module written in Python), you should list the