[Python-checkins] cpython (3.4): delete old crypto prose (closes #26066)

benjamin.peterson python-checkins at python.org
Sun Jan 10 02:56:50 EST 2016


https://hg.python.org/cpython/rev/d8944e059c7f
changeset:   99826:d8944e059c7f
branch:      3.4
parent:      99807:f24d22b44099
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jan 09 23:55:47 2016 -0800
summary:
  delete old crypto prose (closes #26066)

files:
  Doc/library/crypto.rst |  11 -----------
  1 files changed, 0 insertions(+), 11 deletions(-)


diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst
--- a/Doc/library/crypto.rst
+++ b/Doc/library/crypto.rst
@@ -16,14 +16,3 @@
 
    hashlib.rst
    hmac.rst
-
-.. index::
-   pair: AES; algorithm
-   single: cryptography
-   single: Kuchling, Andrew
-
-Hardcore cypherpunks will probably find the cryptographic modules written by
-A.M. Kuchling of further interest; the package contains modules for various
-encryption algorithms, most notably AES.  These modules are not distributed with
-Python but available separately.  See the URL http://www.pycrypto.org/ for more
-information.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list