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 benjamin.peterson, eric.araujo, gregmalcolm, r.david.murray, zach.ware
Date 2013-04-25.12:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366894637.18.0.291662472025.issue17830@psf.upfronthosting.co.za>
In-reply-to
Content
The filecmp test failure is not because of using filecmp.  We want a binary comparison: the line endings of the generated file should match the line endings of the input file.  So either the _copy_file_without_generated_keywords code is buggy, or this is a real bug in keyword.py.  Probably the former.

As for addCleanup, I prefer the lambda version.  But I'm fine with using the non-lambda version if that is more common in the test suite.
History
Date User Action Args
2013-04-25 12:57:17r.david.murraysetrecipients: + r.david.murray, benjamin.peterson, eric.araujo, gregmalcolm, zach.ware
2013-04-25 12:57:17r.david.murraysetmessageid: <1366894637.18.0.291662472025.issue17830@psf.upfronthosting.co.za>
2013-04-25 12:57:17r.david.murraylinkissue17830 messages
2013-04-25 12:57:16r.david.murraycreate