commit | 0666d0e50432e3b0109db96b8e48fb6c496bd49c | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Wed Jul 26 02:29:52 2017 +0530 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Tue Jul 25 13:59:52 2017 -0700 |
tree | 2d038bc6ccca5db8c0368771c88c9e85521fde6d | |
parent | 0fc940a09ae6636e78f94ecf6436b8de14bd1c45 [diff] |
bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847) Mention that TestCase.assertMultiLineEqual method is used by default when comparing Unicode string when comparing Unicode strings with assertEqual.