[Python-checkins] python/dist/src/Doc/lib libcookie.tex,1.7,1.8

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 31 Dec 2002 04:27:14 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12184/Doc/lib

Modified Files:
	libcookie.tex 
Log Message:
SmartCookie and SerialCookie were recently deprecated

Index: libcookie.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcookie.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libcookie.tex	16 Nov 2001 22:28:17 -0000	1.7
--- libcookie.tex	31 Dec 2002 12:27:11 -0000	1.8
***************
*** 47,50 ****
--- 47,51 ----
  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}
  
***************
*** 58,61 ****
--- 59,63 ----
  \strong{Note:} The same security warning from \class{SerialCookie}
  applies here.
+ \deprecated{2.3}
  \end{classdesc}