[Python-checkins] python/dist/src/Doc/lib liburllib2.tex,1.18,1.19

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Jul 10 20:28:36 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7121

Modified Files:
	liburllib2.tex 
Log Message:
[Patch #972310] Apply correction to docs

Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** liburllib2.tex	31 May 2004 18:22:39 -0000	1.18
--- liburllib2.tex	10 Jul 2004 18:28:33 -0000	1.19
***************
*** 366,369 ****
--- 366,372 ----
  OpenerDirector objects open URLs in three stages:
  
+ The order in which these methods are called within each stage is
+ determined by sorting the handler instances.
+ 
  \begin{enumerate}
    \item Every handler with a method named like
***************
*** 371,378 ****
      pre-process the request.
  
-     The order in which these methods are called is determined by
-     sorting the handler instances by the \member{.processor_order}
-     attribute.
- 
    \item Handlers with a method named like
      \method{\var{protocol}_open()} are called to handle the request.
--- 374,377 ----
***************
*** 392,405 ****
      \method{.error()} methods.
  
-     The order in which these methods are called is determined by
-     sorting the handler instances.
- 
    \item Every handler with a method named like
      \method{\var{protocol}_response()} has that method called to
      post-process the response.
  
-     The order in which these methods are called is determined by
-     sorting the handler instances by the \member{.processor_order}
-     attribute.
  \end{enumerate}
  
--- 391,398 ----



More information about the Python-checkins mailing list