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.

作者 r.david.murray
收信人 barry, brian.curtin, r.david.murray
日期 2010-11-21.16:57:48
SpamBayes Score 1.0087847e-09
Marked as misclassified
Message-id <1290358670.75.0.850900085817.issue10134@psf.upfronthosting.co.za>
In-reply-to
内容
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 :)
历史
日期 用户 动作 参数
2010-11-21 16:57:50r.david.murray修改recipients: + r.david.murray, barry, brian.curtin
2010-11-21 16:57:50r.david.murray修改messageid: <1290358670.75.0.850900085817.issue10134@psf.upfronthosting.co.za>
2010-11-21 16:57:48r.david.murray链接issue10134 messages
2010-11-21 16:57:48r.david.murray创建