Message168340
> Looking the code this test will fail on Windows. I cannot check it just now but looks like this is the problem.
Would it be possible to do something like the following to check this on a non-Windows machine (since the Python implementation of io respects the mutability of os.linesep but perhaps not the C version)? It seems so.
>>> import _pyio, io, os
>>> io.TextIOWrapper = _pyio.TextIOWrapper
>>> os.linesep = "\r\n"
etc. |
|
Date |
User |
Action |
Args |
2012-08-15 21:34:44 | chris.jerdonek | set | recipients:
+ chris.jerdonek, georg.brandl, gregory.p.smith, pitrou, r.david.murray, asvetlov |
2012-08-15 21:34:44 | chris.jerdonek | set | messageid: <1345066484.33.0.996274153748.issue12623@psf.upfronthosting.co.za> |
2012-08-15 21:34:43 | chris.jerdonek | link | issue12623 messages |
2012-08-15 21:34:43 | chris.jerdonek | create | |
|