This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, brian.curtin, r.david.murray
Date 2010-11-21.16:57:48
SpamBayes Score 1.0087847e-09
Marked as misclassified No
Message-id <1290358670.75.0.850900085817.issue10134@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed by r86642.  The remaining failing tests were pointing to bugs in the implementation of the linesep argument to generator.flatten.  I had to add an additional test to catch all the related bugs, though.

The tests now run the inversion tests with the source files terminated both with \n and with \r\n, so if there are bugs in this area in the future they should now show up on all platforms.

I've tested this on windows, so I'm closing the bug. Hopefully Brian's buildbot will agree with me :)
History
Date User Action Args
2010-11-21 16:57:50r.david.murraysetrecipients: + r.david.murray, barry, brian.curtin
2010-11-21 16:57:50r.david.murraysetmessageid: <1290358670.75.0.850900085817.issue10134@psf.upfronthosting.co.za>
2010-11-21 16:57:48r.david.murraylinkissue10134 messages
2010-11-21 16:57:48r.david.murraycreate