[Patches] [Patch #101517] Fix for Bug 114333 (only reported bug in minidom)

noreply@sourceforge.net noreply@sourceforge.net
Fri, 15 Sep 2000 10:19:40 -0700


Patch #101517 has been updated. 

Project: 
Category: XML
Status: Closed
Summary: Fix for Bug 114333 (only reported bug in minidom)

Follow-Ups:

Date: 2000-Sep-15 06:58
By: fdrake

Comment:
Looks good, check it in.
You should go through the code and transform "func( a, b )" to "func(a, b)", and "x=foo..." to "x = foo..." to conform to the Python style guide (http://www.python.org/doc/essys/styleguide.html).  This should be a separate checkin.
-------------------------------------------------------

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

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