summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-10 07:56:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-10 07:56:40 (GMT)
commit7e23fe1ce1d9598cc959993a90ec1fd1bdb43014 (patch)
treece98205e38b0935a2fa1d9c97e4de5c6b4624dbc /Doc
parent656a8415aab27752ddddfd7310de4b04e172fe95 (diff)
parent4d927420b81aac3710b17aca1ff08f3cb281076e (diff)
downloadcpython-7e23fe1ce1d9598cc959993a90ec1fd1bdb43014.zip
cpython-7e23fe1ce1d9598cc959993a90ec1fd1bdb43014.tar.gz
cpython-7e23fe1ce1d9598cc959993a90ec1fd1bdb43014.tar.bz2
merge 3.5 (#26066)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/crypto.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst
index 8ad24c8..1eddfdc 100644
--- a/Doc/library/crypto.rst
+++ b/Doc/library/crypto.rst
@@ -16,14 +16,3 @@ Here's an overview:
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.