From: Skip Montanaro Date: Sun, 24 Mar 2002 16:55:57 +0000 (+0000) Subject: document InvalidURL exception X-Git-Tag: v2.3c1~6360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e962cb61b188d4400ddc90b5b535fb12dd463d4;p=thirdparty%2FPython%2Fcpython.git document InvalidURL exception --- diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 156e74bfeaa2..453000bb9a71 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -57,6 +57,11 @@ subclass of \exception{Exception}. A subclass of \exception{HTTPException}. \end{excdesc} +\begin{excdesc}{InvalidURL} +A subclass of \exception{HTTPException}, raised if a port is given and is +either non-numeric or empty. +\end{excdesc} + \begin{excdesc}{UnknownProtocol} A subclass of \exception{HTTPException}. \end{excdesc}