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 ysj.ray
Recipients benjamin.peterson, djc, eric.araujo, georg.brandl, mark.dickinson, meatballhat, techtonik, tim.peters, trentm, ysj.ray
Date 2011-03-15.05:55:06
SpamBayes Score 1.9228191e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Yes there may be.

Here is the updated patch:

Add a new keyword argument to context_diff() and unified_diff() named "warn_no_newline_at_end". If true, emit "\ No newline etc". It defaults to True, set it to false to get the old behavior. I'm not sure if this name is too long, but I haven't got a better name.
History
Date User Action Args
2011-03-15 05:55:07ysj.raysetrecipients: + ysj.ray, tim.peters, georg.brandl, mark.dickinson, techtonik, benjamin.peterson, trentm, djc, eric.araujo, meatballhat
2011-03-15 05:55:07ysj.raysetmessageid: <[email protected]>
2011-03-15 05:55:06ysj.raylinkissue2142 messages
2011-03-15 05:55:06ysj.raycreate