[Python-checkins] r86644 - python/branches/release27-maint

r.david.murray python-checkins at python.org
Sun Nov 21 18:00:01 CET 2010


Author: r.david.murray
Date: Sun Nov 21 18:00:00 2010
New Revision: 86644

Log:
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.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list