summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-04-24 13:23:43 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-04-24 13:23:43 (GMT)
commit13b4c417487f4e3a34c8d7d0b894623b7468309f (patch)
tree5717aeebdcd433347824a206bc825aa7c488e6ba /Doc/whatsnew
parentfb5f48542d75e2629a45849390a598f0e19ac5af (diff)
downloadcpython-13b4c417487f4e3a34c8d7d0b894623b7468309f.zip
cpython-13b4c417487f4e3a34c8d7d0b894623b7468309f.tar.gz
cpython-13b4c417487f4e3a34c8d7d0b894623b7468309f.tar.bz2
Mention deprecation of rotor module
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index ef42f49..fcb1a1d 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -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.