From: Fred Drake Date: Thu, 24 Jul 2003 01:45:16 +0000 (+0000) Subject: - Americanize a spelling X-Git-Tag: 2.2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa088c6b5c01682901333a6badd538be764cdc3a;p=thirdparty%2FPython%2Fcpython.git - Americanize a spelling - remove extraneous blank lines - add missing \end{methoddesc} (prevented formatting) --- diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index 06748883732b..fd3f186bbfff 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -423,11 +423,9 @@ if you can't but another \class{Handler} might. requests must not be automatically redirected without confirmation by 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.} - + implementation reproduces this behavior.} \end{methoddesc} - \begin{methoddesc}[HTTPRedirectHandler]{http_error_301}{req, fp, code, msg, hdrs} Redirect to the \code{Location:} URL. This method is called by @@ -451,6 +449,8 @@ The same as \method{http_error_301()}, but called for the fp, code, msg, hdrs} The same as \method{http_error_301()}, but called for the `temporary redirect' response. +\end{methoddesc} + \subsection{ProxyHandler Objects \label{proxy-handler}}