changeset: 70824:0cb49ca95109 branch: 2.7 parent: 70809:5fbf0d010276 user: Benjamin Peterson date: Thu Jun 16 18:49:46 2011 -0500 files: Doc/library/crypto.rst description: update link to pycrypto (closes #12351) diff -r 5fbf0d010276 -r 0cb49ca95109 Doc/library/crypto.rst --- a/Doc/library/crypto.rst Mon Jun 13 14:59:36 2011 +0100 +++ b/Doc/library/crypto.rst Thu Jun 16 18:49:46 2011 -0500 @@ -27,5 +27,5 @@ 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.