]> granicus.if.org Git - python/commitdiff
[Patch #1372995] Add \versionadded
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 4 Dec 2005 20:25:23 +0000 (20:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 4 Dec 2005 20:25:23 +0000 (20:25 +0000)
Doc/lib/libcookielib.tex
Doc/lib/liburllib2.tex

index 621326047c1bbc61a7bbf04eb883efc5013eb7a8..4a8cf3ecaf1b45535ac67a87902d5f4e223b5f55 100644 (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
index 532c223ad9ccc91345f64bbabde97151a315ae2a..80caa4bb9a050d3b9636ec3b7a65017fd9965887 100644 (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}