This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: xml.dom missing API docs (bugs 1010196, 1013525)
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jlgijsbers Nosy List: jlgijsbers, mike_j_brown
Priority: normal Keywords: patch

Created on 2004-10-21 08:38 by mike_j_brown, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
xmldom.tex.diff mike_j_brown, 2004-10-21 08:38 a diff to version 1.24 of xmldom.tex
Messages (2)
msg47107 - (view) Author: Mike Brown (mike_j_brown) Date: 2004-10-21 08:38
This patch addresses bugs 1013525
("xml.dom documentation omits createDocument,
...DocumentType")
and 1010196
("xml.dom documentation omits hasAttribute,
hasAttributeNS")

In the documentation for createDocument(), it is now stated
that the Python DOM API allows implementations to forego
creation of the document element child node, if no
namespace
and local name arguments are given. (This possibility
is left
open and unaddressed in the W3C spec).

The patch also fixes a broken reference to an external
document,
and adds a mention that the Python DOM API does not require
enforcement of W3C DOM requirements that are not accounted
for in the IDL definitions upon which the Python mapping is
based.

The patch was developed against Python 2.4b1's
/python/dist/src/Doc/lib/xmldom.tex and is untested.
msg47108 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-09 00:39
Logged In: YES 
user_id=469548

Documentation is correct as far as I can see. Checked in on
HEAD and maint24. Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41055
2004-10-21 08:38:54mike_j_browncreate