[Python-checkins] r68534 - python/trunk/Doc/library/hashlib.rst
gregory.p.smith
python-checkins at python.org
Sun Jan 11 18:53:33 CET 2009
Author: gregory.p.smith
Date: Sun Jan 11 18:53:33 2009
New Revision: 68534
Log:
correct email address
Modified:
python/trunk/Doc/library/hashlib.rst
Modified: python/trunk/Doc/library/hashlib.rst
==============================================================================
--- python/trunk/Doc/library/hashlib.rst (original)
+++ python/trunk/Doc/library/hashlib.rst Sun Jan 11 18:53:33 2009
@@ -4,8 +4,8 @@
.. module:: hashlib
:synopsis: Secure hash and message digest algorithms.
-.. moduleauthor:: Gregory P. Smith <greg at users.sourceforge.net>
-.. sectionauthor:: Gregory P. Smith <greg at users.sourceforge.net>
+.. moduleauthor:: Gregory P. Smith <greg at krypto.org>
+.. sectionauthor:: Gregory P. Smith <greg at krypto.org>
.. versionadded:: 2.5
More information about the Python-checkins
mailing list