diff options
author | Fred Drake <fdrake@acm.org> | 2002-06-20 21:06:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-06-20 21:06:03 (GMT) |
commit | dce695aa4e668b477f0622a9a15c3c3b47c5df9f (patch) | |
tree | 091570d6babf6eede8d8ba51503e489e99a2e2bf /Doc/lib | |
parent | 81932e234b647b5e57cdbdfa03f138d46536d2b5 (diff) | |
download | cpython-dce695aa4e668b477f0622a9a15c3c3b47c5df9f.zip cpython-dce695aa4e668b477f0622a9a15c3c3b47c5df9f.tar.gz cpython-dce695aa4e668b477f0622a9a15c3c3b47c5df9f.tar.bz2 |
Added reference to the Expat home page.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libpyexpat.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 356e4b7..46cf880 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -99,6 +99,12 @@ elem2 \end{funcdesc} +\begin{seealso} + \seetitle[http://www.libexpat.org/]{The Expat XML Parser} + {Home page of the Expat project.} +\end{seealso} + + \subsection{XMLParser Objects \label{xmlparser-objects}} \class{xmlparser} objects have the following methods: |