From: Andrew M. Kuchling Date: Thu, 24 Apr 2003 13:19:09 +0000 (+0000) Subject: [Patch #679505] Document that this module is deprecated X-Git-Tag: v2.3c1~1045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb9a55327d3402d76c83a8415e3211deed1e7b2;p=python [Patch #679505] Document that this module is deprecated --- diff --git a/Doc/lib/librotor.tex b/Doc/lib/librotor.tex index de99b461cb..0f848e08d3 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