\begin{seealso}
- \seemodule{cookielib}{HTTP cookie handling for for web
+ \seemodule{cookielib}{HTTP cookie handling for web
\emph{clients}. The \module{cookielib} and \module{Cookie}
modules do not depend on each other.}
(\constant{RTLD_NOW}). Default is \constant{RTLD_LAZY}. Note that some
systems do not support \constant{RTLD_NOW}.
-Return value is a \pytype{dlobject}.
+Return value is a \class{dlobject}.
\end{funcdesc}
The \module{dl} module defines the following constants:
objects will compare true if they both reference the same
underlying Windows handle value.
- Handle objects can be converted to an integer (eg, using the
- builtin \function{int()} function, in which case the underlying
+ Handle objects can be converted to an integer (e.g., using the
+ builtin \function{int()} function), in which case the underlying
Windows handle value is returned. You can also use the
\method{Detach()} method to return the integer handle, and
also disconnect the Windows handle from the handle object.