[Python-checkins] python/dist/src/Doc/lib liburllib2.tex,1.15,1.16
nnorwitz at users.sourceforge.net
nnorwitz at users.sourceforge.net
Sat Feb 28 11:00:36 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2964/Doc/lib
Modified Files:
liburllib2.tex
Log Message:
Use versionadded for new features
Index: liburllib2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib2.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** liburllib2.tex 8 Feb 2004 20:25:01 -0000 1.15
--- liburllib2.tex 28 Feb 2004 16:00:23 -0000 1.16
***************
*** 251,254 ****
--- 251,255 ----
\begin{methoddesc}[Request]{add_unredirected_header}{key, header}
Add a header that will not be added to a redirected request.
+ \versionadded{2.4}
\end{methoddesc}
***************
*** 256,259 ****
--- 257,261 ----
Return whether the instance has the named header (checks both regular
and unredirected).
+ \versionadded{2.4}
\end{methoddesc}
***************
*** 638,641 ****
--- 640,645 ----
\subsection{HTTPErrorProcessor Objects \label{http-error-processor-objects}}
+ \versionadded{2.4}
+
\begin{methoddesc}[HTTPErrorProcessor]{unknown_open}{}
Process HTTP error responses.
More information about the Python-checkins
mailing list