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

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


http://hg.python.org/cpython/rev/4d465cef3257
changeset:   70825:4d465cef3257
branch:      3.2
parent:      70819:8a9d25804c3d
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
@@ -25,5 +25,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