diff options
author | Fred Drake <fdrake@acm.org> | 2000-12-07 04:47:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-12-07 04:47:51 (GMT) |
commit | 16942f22243b939e79f432cf27d347c4e97a3929 (patch) | |
tree | cf0d02129dc07a3c132ec037787a31b759c4e2d0 /Doc/lib/xmldomminidom.tex | |
parent | 4c12ee866b93fc0ea170e268536896669684a5d4 (diff) | |
download | cpython-16942f22243b939e79f432cf27d347c4e97a3929.zip cpython-16942f22243b939e79f432cf27d347c4e97a3929.tar.gz cpython-16942f22243b939e79f432cf27d347c4e97a3929.tar.bz2 |
Lots of additional information. Not done, but much better.
Diffstat (limited to 'Doc/lib/xmldomminidom.tex')
-rw-r--r-- | Doc/lib/xmldomminidom.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/lib/xmldomminidom.tex b/Doc/lib/xmldomminidom.tex index 7821fe2..0557113 100644 --- a/Doc/lib/xmldomminidom.tex +++ b/Doc/lib/xmldomminidom.tex @@ -261,9 +261,6 @@ following mapping rules apply: \item \class{NodeList} objects are implemented as Python's built-in list type, so don't support the official API, but are much more ``Pythonic.'' - -\item \class{NamedNodeMap} is implemented by the class - \class{AttributeList}. This should not impact user code. \end{itemize} @@ -273,9 +270,9 @@ The following interfaces have no implementation in \begin{itemize} \item DOMTimeStamp -\item DocumentType (added for Python 2.1) +\item DocumentType (added in Python 2.1) -\item DOMImplementation (added for Python 2.1) +\item DOMImplementation (added in Python 2.1) \item CharacterData |