[Python-checkins] CVS: python/dist/src/Doc/lib libhttplib.tex,1.30,1.31

Skip Montanaro montanaro@users.sourceforge.net
Sun, 24 Mar 2002 08:55:59 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28128

Modified Files:
	libhttplib.tex 
Log Message:
document InvalidURL exception


Index: libhttplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhttplib.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** libhttplib.tex	26 Dec 2001 19:48:43 -0000	1.30
--- libhttplib.tex	24 Mar 2002 16:55:57 -0000	1.31
***************
*** 58,61 ****
--- 58,66 ----
  \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}.