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 BreamoreBoy
Recipients BreamoreBoy, mark.dickinson, meatballhat, techtonik, tim.peters, trentm, ysj.ray
Date 2010-07-19.16:43:05
SpamBayes Score 0.005476558
Marked as misclassified No
Message-id <1279557786.37.0.745519864002.issue2142@psf.upfronthosting.co.za>
In-reply-to
Content
The two latest patch files were missing TestDifflib from run_unittest.  Having shown that the tests failed if test_difflib only was patched, then patch difflib against the 3.1 maintainance and py3k branches, the former passed ok and the latter failed.  Could someone please take a look, at the same time considering Mark D's suggestion about using a keyword argument to the unified_diff and context_diff functions.
History
Date User Action Args
2010-07-19 16:43:06BreamoreBoysetrecipients: + BreamoreBoy, tim.peters, mark.dickinson, techtonik, trentm, meatballhat, ysj.ray
2010-07-19 16:43:06BreamoreBoysetmessageid: <1279557786.37.0.745519864002.issue2142@psf.upfronthosting.co.za>
2010-07-19 16:43:05BreamoreBoylinkissue2142 messages
2010-07-19 16:43:05BreamoreBoycreate