[Python-checkins] python/dist/src/Doc/lib liburllib2.tex,1.6.8.4,1.6.8.5

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 23 Jul 2003 18:45:21 -0700


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

Modified Files:
      Tag: release22-maint
	liburllib2.tex 
Log Message:
- Americanize a spelling
- remove extraneous blank lines
- add missing \end{methoddesc} (prevented formatting)


Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.6.8.4
retrieving revision 1.6.8.5
diff -C2 -d -r1.6.8.4 -r1.6.8.5
*** liburllib2.tex	12 Jul 2003 07:35:35 -0000	1.6.8.4
--- liburllib2.tex	24 Jul 2003 01:45:16 -0000	1.6.8.5
***************
*** 424,432 ****
   the user.  In reality, browsers do allow automatic redirection of
   these responses, changing the POST to a GET, and the default
!  implementation reproduces this behaviour.}
! 
  \end{methoddesc}
  
- 
  \begin{methoddesc}[HTTPRedirectHandler]{http_error_301}{req,
                                                    fp, code, msg, hdrs}
--- 424,430 ----
   the user.  In reality, browsers do allow automatic redirection of
   these responses, changing the POST to a GET, and the default
!  implementation reproduces this behavior.}
  \end{methoddesc}
  
  \begin{methoddesc}[HTTPRedirectHandler]{http_error_301}{req,
                                                    fp, code, msg, hdrs}
***************
*** 452,455 ****
--- 450,455 ----
  The same as \method{http_error_301()}, but called for the
  `temporary redirect' response.
+ \end{methoddesc}
+ 
  
  \subsection{ProxyHandler Objects \label{proxy-handler}}