[Patches] [Patch #102485] minidom.py: Check for legal children

noreply@sourceforge.net noreply@sourceforge.net
Wed, 20 Dec 2000 15:05:20 -0800


Patch #102485 has been updated. 

Project: python
Category: XML
Status: Open
Submitted by: akuchling
Assigned to : fdrake
Summary: minidom.py: Check for legal children

Follow-Ups:

Date: 2000-Dec-20 15:05
By: akuchling

Comment:
Revised the patch to match the current CVS tree, and to raise
HierarchyRequestErr instead of ValueError.

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

Date: 2000-Dec-13 20:48
By: fdrake

Comment:
Now that the exceptions have been added to xml.dom and documented in the development version of the docs, this patch needs to be updated to throw the right exceptions.
-------------------------------------------------------

Date: 2000-Nov-23 08:24
By: akuchling

Comment:
Revised version of patch; the first version was generated against a really
old version of minidom.py.
-------------------------------------------------------

Date: 2000-Dec-03 03:37
By: loewis

Comment:
I'd prefer to postpone this patch somewhat, until the official DOM exceptions are available in xml.dom, and then to raise those instead.
-------------------------------------------------------

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

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