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 documentation omits createDocument, ...DocumentType
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jlgijsbers Nosy List: jlgijsbers, mike_j_brown
Priority: normal Keywords:

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

Messages (2)
msg22164 - (view) Author: Mike Brown (mike_j_brown) Date: 2004-08-21 20:22
http://www.python.org/doc/2.3.4/lib/dom-
implementation-objects.html mentions that DOM L2 Core 
methods exist on DomImplementation objects to create 
Document and DocumentType objects, but does not say 
what the methods are, nor does it adequately document 
the one method that is documented: hasFeature().

The documentation should be updated to say what 
hasFeature does with its arguments and what it returns. 
Documentation for the createDocument() and 
createDocumentType() methods should be added to this 
page as well.
msg22165 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-09 00:40
Logged In: YES 
user_id=469548

Fixed by applying patch 1051321.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40798
2004-08-21 20:22:24mike_j_browncreate