Message3371

Author fwierzbicki
Recipients baoilleach, fwierzbicki
Date 2008-07-31.15:21:57
SpamBayes Score 0.0004321634
Marked as misclassified No
Message-id <1217517717.92.0.907602469106.issue1086@psf.upfronthosting.co.za>
In-reply-to
Content
This change of behavior also occurs in the C implementation of Python
from version 2.2 to version 2.3+ due to universal newlines (see
http://www.python.org/dev/peps/pep-0278/)

Workaround: either put explicit line endings in the string ("\r\ntest
string\r\n" or read the file in (default line reading does not use
universal newlines).
History
Date User Action Args
2008-07-31 15:21:57fwierzbickisetmessageid: <1217517717.92.0.907602469106.issue1086@psf.upfronthosting.co.za>
2008-07-31 15:21:57fwierzbickisetrecipients: + fwierzbicki, baoilleach
2008-07-31 15:21:57fwierzbickilinkissue1086 messages
2008-07-31 15:21:57fwierzbickicreate