[Patches] [Patch #101512] Support parsing of already opened file objects

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Sep 2000 11:15:22 -0700


Patch #101512 has been updated. 

Project: 
Category: XML
Status: Open
Summary: Support parsing of already opened file objects

Follow-Ups:

Date: 2000-Sep-14 11:15
By: jhylton

Comment:
I don't particularly care for this interface change.  It appears that the parser will close the file if passed as an argument.  Since the parser did not open the file, it should not close it.

It seems to me that this feature should be a separate method.

Also, there seem to be a lot of style problems with this code.  There is inconsistent use of whitespace around ()s and =s.  It should be consistent above all!  And it should use the approved Python style.

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

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

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