[XML-SIG] [Bug #132541] xml.dom.WrongDocumentErr is missing redefinition of __init__

noreply@sourceforge.net noreply@sourceforge.net
Thu, 15 Feb 2001 08:46:39 -0800


Bug #132541, was updated on 2001-Feb-15 08:46
Here is a current snapshot of the bug.

Project: Python/XML
Category: 4Suite
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mjpieters
Assigned to : nobody
Summary: xml.dom.WrongDocumentErr is missing redefinition of __init__

Details: xml.dom.WrongDocumentErr (defined in xml/dom/__init__.py) is
missing the following line:

  __init__ = DOMException._derived_init

Trying to raise xml.dom.WrongDocumentErr(<exception description>) will
therefor fail.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132541&group_id=6473