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 ethan.furman
Recipients Claudiu.Popa, ethan.furman
Date 2014-06-16.18:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402943581.01.0.14096335233.issue21773@psf.upfronthosting.co.za>
In-reply-to
Content
Right, I had copied that code from test_pydoc which is where 'print_diffs' is defined.

A comment there says to use the now-included functionality in unittest, and some digging in the docs revealed that assertEqual uses diffs by default.
History
Date User Action Args
2014-06-16 18:33:01ethan.furmansetrecipients: + ethan.furman, Claudiu.Popa
2014-06-16 18:33:01ethan.furmansetmessageid: <1402943581.01.0.14096335233.issue21773@psf.upfronthosting.co.za>
2014-06-16 18:33:00ethan.furmanlinkissue21773 messages
2014-06-16 18:33:00ethan.furmancreate