summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-09-09 20:17:22 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-09-09 20:17:22 (GMT)
commitc4119183a293a0be26cff1003f2c8a57c9049873 (patch)
tree2dc4b518fa4b359e922111af9f7d4ec5e3fd6fac /Modules
parentb2c3a537cd89dd8f5f47ea991c6724295b2c06e5 (diff)
downloadcpython-c4119183a293a0be26cff1003f2c8a57c9049873.zip
cpython-c4119183a293a0be26cff1003f2c8a57c9049873.tar.gz
cpython-c4119183a293a0be26cff1003f2c8a57c9049873.tar.bz2
email address update
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_bsddb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c
index c1a241f..ef90bbe 100644
--- a/Modules/_bsddb.c
+++ b/Modules/_bsddb.c
@@ -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 <greg@electricrain.com> who
- * based his work on a similar package by Robin Dunn <robin@alldunn.com>
- * 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 <robin@alldunn.com> 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 <greg@electricrain.com> is once again the maintainer.
+ * Gregory P. Smith <greg@krypto.org> is once again the maintainer.
*
* Use the pybsddb-users@lists.sf.net mailing list for all questions.
* Things can change faster than the header of this file is updated. This