Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13b4c41

Browse files
committed
Mention deprecation of rotor module
1 parent fb5f485 commit 13b4c41

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,10 +1575,15 @@ \section{New, Improved, and Deprecated Modules}
15751575
use something else.
15761576

15771577
(Sticking with Python 2.2 or 2.1 will not make your applications any
1578-
safer, because there are known bugs in the \module{rexec} module in
1578+
safer because there are known bugs in the \module{rexec} module in
15791579
those versions. I repeat, if you're using \module{rexec}, stop using
15801580
it immediately.)
15811581

1582+
\item The \module{rotor} module has been deprecated because the
1583+
algorithm it uses for encryption is not believed to be secure. If
1584+
you need encryption, use one of the several AES Python modules
1585+
that are available separately.
1586+
15821587
\item The \module{shutil} module gained a \function{move(\var{src},
15831588
\var{dest})} function that recursively moves a file or directory to a new
15841589
location.

0 commit comments

Comments
 (0)