[New-bugs-announce] [issue2101] xml.dom documentation doesn't match implementation
Stefan Seefeld
report at bugs.python.org
Wed Feb 13 15:37:14 CET 2008
New submission from Stefan Seefeld:
The docs at http://docs.python.org/lib/dom-element-objects.html
claim that removeAttribute(name) silently ignores the attempt to
remove an unknown attribute. However, the current implementation
in the minidom module (part of _xmlplus) raises an xml.dom.NotFoundErr
exception.
----------
components: Documentation, XML
messages: 62359
nosy: stefan
severity: normal
status: open
title: xml.dom documentation doesn't match implementation
type: behavior
versions: Python 2.5
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2101>
__________________________________
More information about the New-bugs-announce
mailing list