[Python-checkins] CVS: python/dist/src/Doc/lib liburllib2.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Fri, 11 May 2001 08:46:47 -0700


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

Modified Files:
	liburllib2.tex 
Log Message:

Markup adjustments to avoid getting junk in the index.


Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** liburllib2.tex	2001/03/02 20:39:34	1.2
--- liburllib2.tex	2001/05/11 15:46:45	1.3
***************
*** 116,120 ****
  protocol names to URLs of proxies.
  The default is to read the list of proxies from the environment
! variables \envvar{\var{protocol}_proxy}.
  \end{classdesc}
  
--- 116,120 ----
  protocol names to URLs of proxies.
  The default is to read the list of proxies from the environment
! variables \var{protocol}_proxy.
  \end{classdesc}
  
***************
*** 339,343 ****
  \end{methoddesc}
  
! \begin{methoddesc}[BaseHandler]{\var{protocol}_open}{req}
  This method is \emph{not} defined in \class{BaseHandler}, but
  subclasses should define it if they want to handle URLs with the given
--- 339,343 ----
  \end{methoddesc}
  
! \begin{methoddescni}[BaseHandler]{\var{protocol}_open}{req}
  This method is \emph{not} defined in \class{BaseHandler}, but
  subclasses should define it if they want to handle URLs with the given
***************
*** 347,351 ****
  \class{OpenerDirector}.  Return values should be the same as for 
  \method{default_open()}.
! \end{methoddesc}
  
  \begin{methoddesc}[BaseHandler]{unknown_open}{req}
--- 347,351 ----
  \class{OpenerDirector}.  Return values should be the same as for 
  \method{default_open()}.
! \end{methoddescni}
  
  \begin{methoddesc}[BaseHandler]{unknown_open}{req}
***************
*** 411,415 ****
  \subsection{ProxyHandler Objects \label{proxy-handler}}
  
! \begin{methoddesc}[ProxyHandler]{\var{protocol}_open}{request}
  The \class{ProxyHandler} will have a method
  \method{\var{protocol}_open()} for every \var{protocol} which has a
--- 411,415 ----
  \subsection{ProxyHandler Objects \label{proxy-handler}}
  
! \begin{methoddescni}[ProxyHandler]{\var{protocol}_open}{request}
  The \class{ProxyHandler} will have a method
  \method{\var{protocol}_open()} for every \var{protocol} which has a
***************
*** 418,422 ****
  \code{request.set_proxy()}, and call the next handler in the chain to
  actually execute the protocol.
! \end{methoddesc}
  
  
--- 418,422 ----
  \code{request.set_proxy()}, and call the next handler in the chain to
  actually execute the protocol.
! \end{methoddescni}