mirror of https://github.com/python/cpython
[Patch #679505] Document that this module is deprecated
This commit is contained in:
parent
9f4eb6b719
commit
bbb9a55327
|
@ -4,6 +4,8 @@
|
||||||
\declaremodule{builtin}{rotor}
|
\declaremodule{builtin}{rotor}
|
||||||
\modulesynopsis{Enigma-like encryption and decryption.}
|
\modulesynopsis{Enigma-like encryption and decryption.}
|
||||||
|
|
||||||
|
\deprecated{2.3}{The encryption algorithm is insecure.}
|
||||||
|
|
||||||
|
|
||||||
This module implements a rotor-based encryption algorithm, contributed by
|
This module implements a rotor-based encryption algorithm, contributed by
|
||||||
Lance Ellinghouse\index{Ellinghouse, Lance}. The design is derived
|
Lance Ellinghouse\index{Ellinghouse, Lance}. The design is derived
|
||||||
|
|
Loading…
Reference in New Issue