summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-12-31 12:27:11 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-12-31 12:27:11 (GMT)
commitee711092eb04a125a385e288af19f6c437337326 (patch)
tree1777068ae6eeddcada49851e8ee69f63a3a155f5 /Doc/lib
parent99448e52147e54eae3f77c7b37e61164e17bb908 (diff)
downloadcpython-ee711092eb04a125a385e288af19f6c437337326.zip
cpython-ee711092eb04a125a385e288af19f6c437337326.tar.gz
cpython-ee711092eb04a125a385e288af19f6c437337326.tar.bz2
SmartCookie and SerialCookie were recently deprecated
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libcookie.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex
index 18468e7..5c0078b 100644
--- a/Doc/lib/libcookie.tex
+++ b/Doc/lib/libcookie.tex
@@ -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,