]> granicus.if.org Git - python/commit
ndiffAssertEqual(): Stringify the arguments before running
authorBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 16:36:36 +0000 (16:36 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 16:36:36 +0000 (16:36 +0000)
commitc53b29e2a7b770403751865b4d3909817016813e
tree92db22d38efbcd450a018e23d2f010fc2ab61db6
parent8da39aa56a9cfbec9cb29154f0bfaea237e07d20
ndiffAssertEqual(): Stringify the arguments before running
.splitlines() on them, since they may be Header instances.

test_multilingual(), test_header_ctor_default_args(): New tests of
make_header() and that Header can take all default arguments.
Lib/test/test_email.py