]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Include notice that the rotor module will be deprecated in Python 2.3.
authorFred Drake <fdrake@acm.org>
Thu, 24 Apr 2003 13:47:08 +0000 (13:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 24 Apr 2003 13:47:08 +0000 (13:47 +0000)
Doc/lib/librotor.tex

index de99b461cb4345040bc7dadbb9c254f1da3b7a3b..0f848e08d3df151f25dcf8b7761f759c394ad3df 100644 (file)
@@ -4,6 +4,8 @@
 \declaremodule{builtin}{rotor}
 \modulesynopsis{Enigma-like encryption and decryption.}
 
+\deprecated{2.3}{The encryption algorithm is insecure.}
+
 
 This module implements a rotor-based encryption algorithm, contributed by
 Lance Ellinghouse\index{Ellinghouse, Lance}.  The design is derived