[Python-checkins] CVS: python/dist/src/Doc/lib liburllib.tex,1.33,1.34

Skip Montanaro montanaro@users.sourceforge.net
Thu, 15 Feb 2001 09:00:42 -0800


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

Modified Files:
	liburllib.tex 
Log Message:
mention the use of the maxtries attribute of FancyURLopener in bounding
redirection recursion.



Index: liburllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** liburllib.tex	2001/01/28 21:18:16	1.33
--- liburllib.tex	2001/02/15 17:00:40	1.34
***************
*** 206,210 ****
  301 and 302 response codes, the \code{location} header is used to
  fetch the actual URL.  For 401 response codes (authentication
! required), basic HTTP authentication is performed.
  
  The parameters to the constructor are the same as those for
--- 206,212 ----
  301 and 302 response codes, the \code{location} header is used to
  fetch the actual URL.  For 401 response codes (authentication
! required), basic HTTP authentication is performed.  For 301 and 302 response
! codes, recursion is bounded by the value of the \var{maxtries} attribute,
! which defaults 10.
  
  The parameters to the constructor are the same as those for