diff options
-rw-r--r-- | Doc/lib/liblocale.tex | 4 | ||||
-rw-r--r-- | Doc/lib/xmldom.tex | 2 | ||||
-rw-r--r-- | Doc/lib/xmldomminidom.tex | 2 | ||||
-rw-r--r-- | Doc/lib/xmlsax.tex | 2 | ||||
-rw-r--r-- | Doc/lib/xmlsaxhandler.tex | 2 | ||||
-rw-r--r-- | Doc/lib/xmlsaxreader.tex | 2 | ||||
-rw-r--r-- | Doc/lib/xmlsaxutils.tex | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 415f0cf..4457f33 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -3,8 +3,8 @@ \declaremodule{standard}{locale} \modulesynopsis{Internationalization services.} -\moduleauthor{Martin von L\"owis}{loewis@informatik.hu-berlin.de} -\sectionauthor{Martin von L\"owis}{loewis@informatik.hu-berlin.de} +\moduleauthor{Martin von L\"owis}{martin@v.loewis.de} +\sectionauthor{Martin von L\"owis}{martin@v.loewis.de} The \module{locale} module opens access to the \POSIX{} locale diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 23b8b55..812cd91 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -4,7 +4,7 @@ \declaremodule{standard}{xml.dom} \modulesynopsis{Document Object Model API for Python.} \sectionauthor{Paul Prescod}{paul@prescod.net} -\sectionauthor{Martin v. L\"owis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin v. L\"owis}{martin@v.loewis.de} \versionadded{2.0} diff --git a/Doc/lib/xmldomminidom.tex b/Doc/lib/xmldomminidom.tex index ff77f96..abc93bb 100644 --- a/Doc/lib/xmldomminidom.tex +++ b/Doc/lib/xmldomminidom.tex @@ -5,7 +5,7 @@ \modulesynopsis{Lightweight Document Object Model (DOM) implementation.} \moduleauthor{Paul Prescod}{paul@prescod.net} \sectionauthor{Paul Prescod}{paul@prescod.net} -\sectionauthor{Martin v. L\"owis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin v. L\"owis}{martin@v.loewis.de} \versionadded{2.0} diff --git a/Doc/lib/xmlsax.tex b/Doc/lib/xmlsax.tex index a3631f8..838c279 100644 --- a/Doc/lib/xmlsax.tex +++ b/Doc/lib/xmlsax.tex @@ -6,7 +6,7 @@ functions.} \moduleauthor{Lars Marius Garshol}{larsga@garshol.priv.no} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} -\sectionauthor{Martin v. L\"owis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin v. L\"owis}{martin@v.loewis.de} \versionadded{2.0} diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index 91c6ebc..c5858fc 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -3,7 +3,7 @@ \declaremodule{standard}{xml.sax.handler} \modulesynopsis{Base classes for SAX event handlers.} -\sectionauthor{Martin v. L\"owis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin v. L\"owis}{martin@v.loewis.de} \moduleauthor{Lars Marius Garshol}{larsga@garshol.priv.no} \versionadded{2.0} diff --git a/Doc/lib/xmlsaxreader.tex b/Doc/lib/xmlsaxreader.tex index c09fcd6..d669581 100644 --- a/Doc/lib/xmlsaxreader.tex +++ b/Doc/lib/xmlsaxreader.tex @@ -3,7 +3,7 @@ \declaremodule{standard}{xml.sax.xmlreader} \modulesynopsis{Interface which SAX-compliant XML parsers must implement.} -\sectionauthor{Martin v. L\"owis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin v. L\"owis}{martin@v.loewis.de} \moduleauthor{Lars Marius Garshol}{larsga@garshol.priv.no} \versionadded{2.0} diff --git a/Doc/lib/xmlsaxutils.tex b/Doc/lib/xmlsaxutils.tex index 91f25a4..b4c98ff 100644 --- a/Doc/lib/xmlsaxutils.tex +++ b/Doc/lib/xmlsaxutils.tex @@ -3,7 +3,7 @@ \declaremodule{standard}{xml.sax.saxutils} \modulesynopsis{Convenience functions and classes for use with SAX.} -\sectionauthor{Martin v. L\"owis}{loewis@informatik.hu-berlin.de} +\sectionauthor{Martin v. L\"owis}{martin@v.loewis.de} \moduleauthor{Lars Marius Garshol}{larsga@garshol.priv.no} \versionadded{2.0} |