From: Fred Drake Date: Thu, 24 Apr 2003 13:47:08 +0000 (+0000) Subject: Include notice that the rotor module will be deprecated in Python 2.3. X-Git-Tag: v2.2.3c1~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=052d58782bad3c5d534233193d1a077af5941d6a;p=thirdparty%2FPython%2Fcpython.git Include notice that the rotor module will be deprecated in Python 2.3. --- diff --git a/Doc/lib/librotor.tex b/Doc/lib/librotor.tex index de99b461cb43..0f848e08d3df 100644 --- a/Doc/lib/librotor.tex +++ b/Doc/lib/librotor.tex @@ -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