Author: gregory.p.smith Date: Sun Sep 9 22:17:22 2007 New Revision: 58063 Modified: python/branches/py3k/Lib/test/test_hashlib.py python/branches/py3k/Modules/_bsddb.c Log: email address update
Modified: python/branches/py3k/Lib/test/test_hashlib.py ============================================================================== --- python/branches/py3k/Lib/test/test_hashlib.py (original) +++ python/branches/py3k/Lib/test/test_hashlib.py Sun Sep 9 22:17:22 2007 @@ -2,7 +2,7 @@ # # $Id$ # -# Copyright (C) 2005 Gregory P. Smith ([EMAIL PROTECTED]) +# Copyright (C) 2005 Gregory P. Smith ([EMAIL PROTECTED]) # Licensed to PSF under a Contributor Agreement. # Modified: python/branches/py3k/Modules/_bsddb.c ============================================================================== --- python/branches/py3k/Modules/_bsddb.c (original) +++ python/branches/py3k/Modules/_bsddb.c Sun Sep 9 22:17:22 2007 @@ -39,16 +39,16 @@ * to compile with BerkeleyDB versions 3.2 through 4.2. * * This module was started by Andrew Kuchling to remove the dependency - * on SWIG in a package by Gregory P. Smith <[EMAIL PROTECTED]> who - * based his work on a similar package by Robin Dunn <[EMAIL PROTECTED]> - * which wrapped Berkeley DB 2.7.x. + * on SWIG in a package by Gregory P. Smith who based his work on a + * similar package by Robin Dunn <[EMAIL PROTECTED]> which wrapped + * Berkeley DB 2.7.x. * * Development of this module then returned full circle back to Robin Dunn * who worked on behalf of Digital Creations to complete the wrapping of * the DB 3.x API and to build a solid unit test suite. Robin has * since gone onto other projects (wxPython). * - * Gregory P. Smith <[EMAIL PROTECTED]> is once again the maintainer. + * Gregory P. Smith <[EMAIL PROTECTED]> is once again the maintainer. * * Use the [EMAIL PROTECTED] mailing list for all questions. * Things can change faster than the header of this file is updated. This _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
