diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-02-28 16:00:23 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-02-28 16:00:23 (GMT) |
commit | fb0521f15377056ce57beedcbd9d20dc651d1017 (patch) | |
tree | e571cc82ca3d25108af0cc9e9e0587addf6c822e | |
parent | a9208f1f998fa64e8296c399a832d0df92aa115e (diff) | |
download | cpython-fb0521f15377056ce57beedcbd9d20dc651d1017.zip cpython-fb0521f15377056ce57beedcbd9d20dc651d1017.tar.gz cpython-fb0521f15377056ce57beedcbd9d20dc651d1017.tar.bz2 |
Use versionadded for new features
-rw-r--r-- | Doc/lib/liburllib2.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex index deea3a4..ae25e53 100644 --- a/Doc/lib/liburllib2.tex +++ b/Doc/lib/liburllib2.tex @@ -250,11 +250,13 @@ same functionality using only one header. \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} \begin{methoddesc}[Request]{has_header}{header} Return whether the instance has the named header (checks both regular and unredirected). +\versionadded{2.4} \end{methoddesc} \begin{methoddesc}[Request]{get_full_url}{} @@ -637,6 +639,8 @@ Raise a \exception{URLError} exception. \subsection{HTTPErrorProcessor Objects \label{http-error-processor-objects}} +\versionadded{2.4} + \begin{methoddesc}[HTTPErrorProcessor]{unknown_open}{} Process HTTP error responses. |