]> granicus.if.org Git - python/commitdiff
SmartCookie and SerialCookie were recently deprecated
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 12:27:11 +0000 (12:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 31 Dec 2002 12:27:11 +0000 (12:27 +0000)
Doc/lib/libcookie.tex

index 18468e747fd9ab08c0f050d1b6de6045ea30d05b..5c0078b63118fa66fe0c4c030e9d46b3fb5f06fd 100644 (file)
@@ -46,6 +46,7 @@ This class derives from \class{BaseCookie} and overrides
 cookie data is a huge security hole, as pickle strings can be crafted
 to cause arbitrary code to execute on your server.  It is supported
 for backwards compatibility only, and may eventually go away.
+\deprecated{2.3}
 \end{classdesc}
 
 \begin{classdesc}{SmartCookie}{\optional{input}}
@@ -57,6 +58,7 @@ string, in which case it returns the value itself.
 
 \strong{Note:} The same security warning from \class{SerialCookie}
 applies here.
+\deprecated{2.3}
 \end{classdesc}
 
 A further security note is warranted.  For backwards compatibility,