summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-11-21 16:59:54 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-11-21 16:59:54 (GMT)
commite977fae6b8c7423cb5dd7caaeff7e84dff72f4a3 (patch)
tree596b5a2c45b058ea3e0cdc49cb7539a21410b98d
parent19f2aeba67b5b4dc4dfd589d02d4a0b0804e22ee (diff)
downloadcpython-e977fae6b8c7423cb5dd7caaeff7e84dff72f4a3.zip
cpython-e977fae6b8c7423cb5dd7caaeff7e84dff72f4a3.tar.gz
cpython-e977fae6b8c7423cb5dd7caaeff7e84dff72f4a3.tar.bz2
Blocked revisions 86642 via svnmerge
........ r86642 | r.david.murray | 2010-11-21 11:53:48 -0500 (Sun, 21 Nov 2010) | 10 lines Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. The tests that were failing on (some) windows machines, where the msg_XX.txt files used native \r\n lineseps are now also run on machines that use \n natively, and conversely the \n tests are run on Windows. The failing tests revealed one place where linesep needed to be added to a flatten call in generator. There was also another that the tests didn't catch, so I added a test for that case as well. ........
0 files changed, 0 insertions, 0 deletions