From: Andrew M. Kuchling Date: Sun, 4 Dec 2005 20:25:23 +0000 (+0000) Subject: [Patch #1372995] Add \versionadded X-Git-Tag: v2.5a0~1073 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d54a0aed8e1b67ad1556e4b769fad6def4207f44;p=python [Patch #1372995] Add \versionadded --- 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}