summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libcookielib.tex2
-rw-r--r--Doc/lib/liburllib2.tex2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libcookielib.tex b/Doc/lib/libcookielib.tex
index 621326047c..4a8cf3ecaf 100644
--- a/Doc/lib/libcookielib.tex
+++ b/Doc/lib/libcookielib.tex
@@ -5,6 +5,8 @@
\moduleauthor{John J. Lee}{jjl@pobox.com}
\sectionauthor{John J. Lee}{jjl@pobox.com}
+\versionadded{2.4}
+
\modulesynopsis{Cookie handling for HTTP clients}
The \module{cookielib} module defines classes for automatic handling
diff --git a/Doc/lib/liburllib2.tex b/Doc/lib/liburllib2.tex
index 532c223ad9..80caa4bb9a 100644
--- a/Doc/lib/liburllib2.tex
+++ b/Doc/lib/liburllib2.tex
@@ -583,6 +583,8 @@ The same as \method{http_error_301()}, but called for the
\subsection{HTTPCookieProcessor Objects \label{http-cookie-processor}}
+\versionadded{2.4}
+
\class{HTTPCookieProcessor} instances have one attribute:
\begin{memberdesc}{cookiejar}