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

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


https://hg.python.org/cpython/rev/84fdbdd483a3
changeset:   99825:84fdbdd483a3
branch:      2.7
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 |  10 ----------
  1 files changed, 0 insertions(+), 10 deletions(-)


diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst
--- a/Doc/library/crypto.rst
+++ b/Doc/library/crypto.rst
@@ -18,13 +18,3 @@
    hmac.rst
    md5.rst
    sha.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