Message3371
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). |
|
Date |
User |
Action |
Args |
2008-07-31 15:21:57 | fwierzbicki | set | messageid: <1217517717.92.0.907602469106.issue1086@psf.upfronthosting.co.za> |
2008-07-31 15:21:57 | fwierzbicki | set | recipients:
+ fwierzbicki, baoilleach |
2008-07-31 15:21:57 | fwierzbicki | link | issue1086 messages |
2008-07-31 15:21:57 | fwierzbicki | create | |
|