[Patches] [Patch #101571] adds make_parser to xml.sax

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Sep 2000 01:34:44 -0700


Patch #101571 has been updated. 

Project: 
Category: XML
Status: Closed
Summary: adds make_parser to xml.sax

Follow-Ups:

Date: 2000-Sep-19 10:33
By: loewis

Comment:
I notice this is an sed-style diff. These have the problem that they won't apply anymore when even slight changes are made to the file. Could you please update the patches as 'content diffs' (diff -c) or 'unified diffs' (diff -u)?
-------------------------------------------------------

Date: 2000-Sep-19 10:56
By: fdrake

Comment:
I've moved things around a little to make this "import *" friendly.

I also modified xml.dom.pulldom to use xml.sax.make_parser() instead of naming ExpatParser specifically.  This allows the minidom test to pass as well -- this patch had broken the regression test, which is evil.

If you're happy with this, please check it in and close the patch.
-------------------------------------------------------

Date: 2000-Sep-21 01:34
By: larsga

Comment:
Committed with Fred's improvements.
-------------------------------------------------------

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

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