diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-16 23:50:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-16 23:50:21 (GMT) |
commit | 364cbb8ca4b9d7c564bf09e0d14dd9f0f77778d6 (patch) | |
tree | 4edcac019f93c89cf90b7a5306091b475c3eb23d | |
parent | 4e97abce2df7f5bd7c34f5694e222997282edf7f (diff) | |
parent | a08eb73b4a0419b810f6f101f0f36b45ed4f70b9 (diff) | |
download | cpython-364cbb8ca4b9d7c564bf09e0d14dd9f0f77778d6.zip cpython-364cbb8ca4b9d7c564bf09e0d14dd9f0f77778d6.tar.gz cpython-364cbb8ca4b9d7c564bf09e0d14dd9f0f77778d6.tar.bz2 |
merge 3.2
-rw-r--r-- | Doc/library/crypto.rst | 2 |
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. |