[XML-SIG] [ pyxml-Patches-1532827 ] Fix handling of line terminators in msie_parse

SourceForge.net noreply at sourceforge.net
Wed Aug 2 02:16:09 CEST 2006


Patches item #1532827, was opened at 2006-08-02 02:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=1532827&group_id=6473

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: XBEL
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jerémy Bobbio (jbobbio)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix handling of line terminators in msie_parse

Initial Comment:
msie_parse does not work correctly on *nix because 
Windows line terminators are not transformed 
from '\r\n' to '\n' by the libc as they are on win32.

The attached patch uses strip() to make it work on 
both plateforms.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=1532827&group_id=6473


More information about the XML-SIG mailing list