[ python-Bugs-1013525 ] xml.dom documentation omits createDocument, ...DocumentType

SourceForge.net noreply at sourceforge.net
Sun Jan 9 01:40:34 CET 2005


Bugs item #1013525, was opened at 2004-08-21 22:22
Message generated for change (Comment added) made by jlgijsbers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1013525&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Mike Brown (mike_j_brown)
>Assigned to: Johannes Gijsbers (jlgijsbers)
Summary: xml.dom documentation omits createDocument, ...DocumentType

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2005-01-09 01:40

Message:
Logged In: YES 
user_id=469548

Fixed by applying patch 1051321.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1013525&group_id=5470


More information about the Python-bugs-list mailing list