summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-04 20:25:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-12-04 20:25:23 (GMT)
commitd54a0aed8e1b67ad1556e4b769fad6def4207f44 (patch)
tree076ec85dcbb3965655b3a109c44c8a59ebefd2a4
parent593d6b311e03b745e7b736f3d72269a684359924 (diff)
downloadcpython-d54a0aed8e1b67ad1556e4b769fad6def4207f44.zip
cpython-d54a0aed8e1b67ad1556e4b769fad6def4207f44.tar.gz
cpython-d54a0aed8e1b67ad1556e4b769fad6def4207f44.tar.bz2
[Patch #1372995] Add \versionadded
-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 6213260..4a8cf3e 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 532c223..80caa4b 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}