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 gward
Recipients barry, berker.peksag, durin42, gward, ncoghlan, pitrou, r.david.murray, terry.reedy
Date 2015-04-17.01:27:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429234069.26.0.424498757377.issue17445@psf.upfronthosting.co.za>
In-reply-to
Content
Just uploaded https://bugs.python.org/file39083/fa4c6160c518.diff. Pretty sure I've addressed all of @berker.peksag's review comments: thanks for that! 

I also fixed a number of subtle bugs in the tests. Pro tip: when asserting that something raises TypeError, inspect the exception message. There are many many ways that Python code can raise TypeError *other than* the condition you thought you were testing for. ;-)

I'm happy with this patch now unless anyone else spots problems.

@durin42: have you been trying this patch with your Mercurial-on-Python-3.5 patches? This would be a good time to re-update your difflib.py.
History
Date User Action Args
2015-04-17 01:27:49gwardsetrecipients: + gward, barry, terry.reedy, ncoghlan, pitrou, durin42, r.david.murray, berker.peksag
2015-04-17 01:27:49gwardsetmessageid: <1429234069.26.0.424498757377.issue17445@psf.upfronthosting.co.za>
2015-04-17 01:27:49gwardlinkissue17445 messages
2015-04-17 01:27:48gwardcreate