summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-16 23:49:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-06-16 23:49:46 (GMT)
commita08eb73b4a0419b810f6f101f0f36b45ed4f70b9 (patch)
tree4eab870e97f6eddccac09e41f220e7590fe1044c
parent8ddf7c2d2bbd272d5cd738026274e97a323e52fe (diff)
downloadcpython-a08eb73b4a0419b810f6f101f0f36b45ed4f70b9.zip
cpython-a08eb73b4a0419b810f6f101f0f36b45ed4f70b9.tar.gz
cpython-a08eb73b4a0419b810f6f101f0f36b45ed4f70b9.tar.bz2
update link to pycrypto (closes #12351)
-rw-r--r--Doc/library/crypto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst
index 8650094..a233561 100644
--- a/Doc/library/crypto.rst
+++ b/Doc/library/crypto.rst
@@ -25,5 +25,5 @@ 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.amk.ca/python/code/crypto.html for more information.
+http://www.pycrypto.org for more information.