]> granicus.if.org Git - python/commitdiff
Fix some digicool addresses I noticed
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 8 Jan 2004 15:01:08 +0000 (15:01 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 8 Jan 2004 15:01:08 +0000 (15:01 +0000)
Doc/lib/libcfgparser.tex
Doc/lib/libgettext.tex
Doc/lib/libpickle.tex
Doc/lib/libstringio.tex

index deec8ec39ee2dd74faf40ddbf842d64e1bd9066d..ca9eb2d70aea40d1efb849b7038a5a220a5b26a2 100644 (file)
@@ -3,7 +3,7 @@
 
 \declaremodule{standard}{ConfigParser}
 \modulesynopsis{Configuration file parser.}
-\moduleauthor{Ken Manheimer}{klm@digicool.com}
+\moduleauthor{Ken Manheimer}{klm@zope.com}
 \moduleauthor{Barry Warsaw}{bwarsaw@python.org}
 \moduleauthor{Eric S. Raymond}{esr@thyrsus.com}
 \sectionauthor{Christopher G. Petrilli}{petrilli@amber.org}
index 274f2eab9b862926a06eacf4d31307c8fc285ff3..d6944f3d02f5280ea2fd29e82ca9f15e21491b0c 100644 (file)
@@ -3,8 +3,8 @@
 
 \declaremodule{standard}{gettext}
 \modulesynopsis{Multilingual internationalization services.}
-\moduleauthor{Barry A. Warsaw}{barry@digicool.com}
-\sectionauthor{Barry A. Warsaw}{barry@digicool.com}
+\moduleauthor{Barry A. Warsaw}{barry@zope.com}
+\sectionauthor{Barry A. Warsaw}{barry@zope.com}
 
 
 The \module{gettext} module provides internationalization (I18N) and
index ee19ce42d5c7c7fc41355dcfb670359b592d7e2f..88168386efc77898a7fd8aeca47150afb6c50cfd 100644 (file)
@@ -769,7 +769,7 @@ follows can happen from either the same process or a new process.
 
 \declaremodule{builtin}{cPickle}
 \modulesynopsis{Faster version of \refmodule{pickle}, but not subclassable.}
-\moduleauthor{Jim Fulton}{jfulton@digicool.com}
+\moduleauthor{Jim Fulton}{jim@zope.com}
 \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
 
 The \module{cPickle} module supports serialization and
index f78d016e0c73c2752b79f540a41aa7e7553a1674..786427ffa685e1ac796318f864d08b19c792de60 100644 (file)
@@ -43,7 +43,7 @@ Free the memory buffer.
 \declaremodule{builtin}{cStringIO}
 \modulesynopsis{Faster version of \module{StringIO}, but not
                 subclassable.}
-\moduleauthor{Jim Fulton}{jfulton@digicool.com}
+\moduleauthor{Jim Fulton}{jim@zope.com}
 \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
 
 The module \module{cStringIO} provides an interface similar to that of