[Patch #1372995] Add \versionadded

This commit is contained in:
Andrew M. Kuchling 2005-12-04 20:25:23 +00:00
parent 593d6b311e
commit d54a0aed8e
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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}