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
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to