Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb0521f

Browse files
committed
Use versionadded for new features
1 parent a9208f1 commit fb0521f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/lib/liburllib2.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,13 @@ \subsection{Request Objects \label{request-objects}}
250250

251251
\begin{methoddesc}[Request]{add_unredirected_header}{key, header}
252252
Add a header that will not be added to a redirected request.
253+
\versionadded{2.4}
253254
\end{methoddesc}
254255

255256
\begin{methoddesc}[Request]{has_header}{header}
256257
Return whether the instance has the named header (checks both regular
257258
and unredirected).
259+
\versionadded{2.4}
258260
\end{methoddesc}
259261

260262
\begin{methoddesc}[Request]{get_full_url}{}
@@ -637,6 +639,8 @@ \subsection{UnknownHandler Objects \label{unknown-handler-objects}}
637639

638640
\subsection{HTTPErrorProcessor Objects \label{http-error-processor-objects}}
639641

642+
\versionadded{2.4}
643+
640644
\begin{methoddesc}[HTTPErrorProcessor]{unknown_open}{}
641645
Process HTTP error responses.
642646

0 commit comments

Comments
 (0)