[Python-checkins] python/dist/src/Doc/lib librotor.tex,1.18.22.1,1.18.22.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 24 Apr 2003 06:47:11 -0700


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

Modified Files:
      Tag: release22-maint
	librotor.tex 
Log Message:
Include notice that the rotor module will be deprecated in Python 2.3.


Index: librotor.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librotor.tex,v
retrieving revision 1.18.22.1
retrieving revision 1.18.22.2
diff -C2 -d -r1.18.22.1 -r1.18.22.2
*** librotor.tex	5 Oct 2002 15:14:33 -0000	1.18.22.1
--- librotor.tex	24 Apr 2003 13:47:08 -0000	1.18.22.2
***************
*** 5,8 ****
--- 5,10 ----
  \modulesynopsis{Enigma-like encryption and decryption.}
  
+ \deprecated{2.3}{The encryption algorithm is insecure.}
+ 
  
  This module implements a rotor-based encryption algorithm, contributed by