mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Lots of additional information. Not done, but much better.
This commit is contained in:
parent
4c12ee866b
commit
16942f2224
2 changed files with 174 additions and 48 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue