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: Documentation of DOMImplmentation lacking
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jlgijsbers Nosy List: jlgijsbers, rzigweid
Priority: normal Keywords:

Created on 2004-07-15 18:37 by rzigweid, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg21632 - (view) Author: Robert M. Zigweid (rzigweid) Date: 2004-07-15 18:37
The documentation for DOMImplementation is lacking.  While I 
realize that there are several possible DOMImplementations, the 
default one seems to have no documentation.  

If it is documented, a cross reference needs to be made on the 
minidom documentation (Section 13.7), where 
DOMImplementation.createDocument is referenced.  I want to know 
what the arguments are supposed to be.  Examples are great, but 
they don't replace documentation.




p.s. Barry made me do it. :)
msg21633 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-09 00:43
Logged In: YES 
user_id=469548

This should be fixed by patch #1051321.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40573
2004-07-15 18:37:13rzigweidcreate