]> granicus.if.org Git - python/commitdiff
document InvalidURL exception
authorSkip Montanaro <skip@pobox.com>
Sun, 24 Mar 2002 16:55:57 +0000 (16:55 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 24 Mar 2002 16:55:57 +0000 (16:55 +0000)
Doc/lib/libhttplib.tex

index 156e74bfeaa2c5ea14584fff81c35cfd6c64a3df..453000bb9a71e8de699f0630eccf679d35c228c1 100644 (file)
@@ -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}