[Python-checkins] cpython (2.7): update link to pycrypto (closes #12351)

benjamin.peterson python-checkins at python.org
Fri Jun 17 01:48:17 CEST 2011


http://hg.python.org/cpython/rev/0cb49ca95109
changeset:   70824:0cb49ca95109
branch:      2.7
parent:      70809:5fbf0d010276
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Jun 16 18:49:46 2011 -0500
summary:
  update link to pycrypto (closes #12351)

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


diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst
--- a/Doc/library/crypto.rst
+++ b/Doc/library/crypto.rst
@@ -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.
 

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


More information about the Python-checkins mailing list