[Patches] [Patch #102737] Add DOM exception classes

noreply@sourceforge.net noreply@sourceforge.net
Mon, 11 Dec 2000 13:02:22 -0800


Patch #102737 has been updated. 

Project: python
Category: XML
Status: Accepted
Submitted by: loewis
Assigned to : loewis
Summary: Add DOM exception classes

Follow-Ups:

Date: 2000-Dec-11 13:02
By: fdrake

Comment:
Looks good to me!  Go ahead and check it in.

I should be able to look at the other DOM patches this week as well.

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

Date: 2000-Dec-08 13:45
By: loewis

Comment:
This patch adds DOMException and subclasses to xml.dom. It differs from the implementation in PyXML in the following ways:
- DOMException is an abstract class, creating DOMException objects by giving a code is supported in PyXML only for backwards compatibility
- Default exception message texts (from en_US.py) are not provided.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102737&group_id=5470