summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-04-24 13:19:09 +0000
committerAndrew M. Kuchling <amk@amk.ca>2003-04-24 13:19:09 +0000
commitbbb9a55327d3402d76c83a8415e3211deed1e7b2 (patch)
tree3e9299d8736a2f731c33b306eb55d48242f0a7ea
parent9f4eb6b719104868f904484778e2e9cf0fba59b0 (diff)
downloadcpython-git-bbb9a55327d3402d76c83a8415e3211deed1e7b2.tar.gz
[Patch #679505] Document that this module is deprecated
-rw-r--r--Doc/lib/librotor.tex2
1 files changed, 2 insertions, 0 deletions
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