[issue2101] xml.dom documentation doesn't match implementation

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61017. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2101] xml.dom documentation doesn't match implementation

2008-02-23 Thread Bruno Gola
Bruno Gola added the comment: This seems to be a documentation bug. Patch attached. -- nosy: +brunogola Added file: http://bugs.python.org/file9494/issue_2101_doc.patch __ Tracker <[EMAIL PROTECTED]>

[issue2101] xml.dom documentation doesn't match implementation

2008-02-15 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue2101] xml.dom documentation doesn't match implementation

2008-02-13 Thread Stefan Seefeld
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.NotFound