]> granicus.if.org Git - python/commit
Blocked revisions 86642 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Sun, 21 Nov 2010 17:00:00 +0000 (17:00 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 21 Nov 2010 17:00:00 +0000 (17:00 +0000)
commit8535d380c7c84fc77279342c0fa34bd92bb8c214
treee443a19bb7a87adc2158ef2e32da5c2f3b21936c
parent2623a37852153363335956afab010cb0beb7e74e
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.
........