diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 21:31:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 21:31:15 (GMT) |
commit | 47ccfe2d8f9ee0bdfbf2094a40e26ff55ce48e8a (patch) | |
tree | 90515311b2e0da91acf7ae8341ef91518682c07c /Doc/lib/libpyexpat.tex | |
parent | f010df4ee54d3918281a513f66c6645cd1a7d502 (diff) | |
download | cpython-47ccfe2d8f9ee0bdfbf2094a40e26ff55ce48e8a.zip cpython-47ccfe2d8f9ee0bdfbf2094a40e26ff55ce48e8a.tar.gz cpython-47ccfe2d8f9ee0bdfbf2094a40e26ff55ce48e8a.tar.bz2 |
Remove obsolete e-mail address
Diffstat (limited to 'Doc/lib/libpyexpat.tex')
-rw-r--r-- | Doc/lib/libpyexpat.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index c3f78f1..356e4b7 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -13,7 +13,6 @@ \declaremodule{standard}{xml.parsers.expat} \modulesynopsis{An interface to the Expat non-validating XML parser.} \moduleauthor{Paul Prescod}{paul@prescod.net} -\sectionauthor{A.M. Kuchling}{amk1@bigfoot.com} \versionadded{2.0} @@ -534,7 +533,6 @@ The model must occur zero or more times, as for \code{A*}. \subsection{Expat error constants \label{expat-errors}} -\sectionauthor{A.M. Kuchling}{amk1@bigfoot.com} The following constants are provided in the \code{errors} object of the \refmodule{xml.parsers.expat} module. These constants are useful |