Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml.dom documentation omits createDocument, ...DocumentType #40798

Closed
mikejbrown mannequin opened this issue Aug 21, 2004 · 2 comments
Closed

xml.dom documentation omits createDocument, ...DocumentType #40798

mikejbrown mannequin opened this issue Aug 21, 2004 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@mikejbrown
Copy link
Mannequin

mikejbrown mannequin commented Aug 21, 2004

BPO 1013525

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-01-09.00:40:34.000>
created_at = <Date 2004-08-21.20:22:24.000>
labels = ['docs']
title = 'xml.dom documentation omits createDocument, ...DocumentType'
updated_at = <Date 2005-01-09.00:40:34.000>
user = 'https://bugs.python.org/mikejbrown'

bugs.python.org fields:

activity = <Date 2005-01-09.00:40:34.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-08-21.20:22:24.000>
creator = 'mike_j_brown'
dependencies = []
files = []
hgrepos = []
issue_num = 1013525
keywords = []
message_count = 2.0
messages = ['22164', '22165']
nosy_count = 2.0
nosy_names = ['mike_j_brown', 'jlgijsbers']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1013525'
versions = ['Python 2.3']

@mikejbrown
Copy link
Mannequin Author

mikejbrown mannequin commented Aug 21, 2004

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.

@mikejbrown mikejbrown mannequin closed this as completed Aug 21, 2004
@mikejbrown mikejbrown mannequin assigned jlgijsbers Aug 21, 2004
@mikejbrown mikejbrown mannequin added the docs Documentation in the Doc dir label Aug 21, 2004
@jlgijsbers
Copy link
Mannequin

jlgijsbers mannequin commented Jan 9, 2005

Logged In: YES
user_id=469548

Fixed by applying patch 1051321.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

0 participants