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
diff --git a/Doc/lib/libxdrlib.tex b/Doc/lib/libxdrlib.tex
index 1221fff..0de5695 100644
--- a/Doc/lib/libxdrlib.tex
+++ b/Doc/lib/libxdrlib.tex
@@ -1,4 +1,5 @@
\section{Standard module \sectcode{xdrlib}}
+\label{module-xdrlib}
\stmodindex{xdrlib}
\index{XDR}
@@ -221,15 +222,15 @@
Here is an example of how you would catch one of these exceptions:
-\begin{verbatim}
+\bcode\begin{verbatim}
import xdrlib
p = xdrlib.Packer()
try:
p.pack_double(8.01)
except xdrlib.ConversionError, instance:
print 'packing the double failed:', instance.msg
-\end{verbatim}
-
+\end{verbatim}\ecode
+%
\subsection{Supporting Floating Point Data}
Packing and unpacking floating point data,