]> granicus.if.org Git - python/commitdiff
Mention deprecation of rotor module
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 13:23:43 +0000 (13:23 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 24 Apr 2003 13:23:43 +0000 (13:23 +0000)
Doc/whatsnew/whatsnew23.tex

index ef42f49a003d6024fe318fece4412293cc12c435..fcb1a1d5b6a67c10cd0b95c75c1814872dac5bf4 100644 (file)
@@ -1575,10 +1575,15 @@ so.  If you have applications using \module{rexec}, rewrite them to
 use something else.
 
 (Sticking with Python 2.2 or 2.1 will not make your applications any
-safer, because there are known bugs in the \module{rexec} module in
+safer because there are known bugs in the \module{rexec} module in
 those versions.  I repeat, if you're using \module{rexec}, stop using
 it immediately.)
 
+\item The \module{rotor} module has been deprecated because the 
+  algorithm it uses for encryption is not believed to be secure.  If
+  you need encryption, use one of the several AES Python modules
+  that are available separately.
+
 \item The \module{shutil} module gained a \function{move(\var{src},
 \var{dest})} function that recursively moves a file or directory to a new
 location.