]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an
authorBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:38:24 +0000 (02:38 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Jul 2002 02:38:24 +0000 (02:38 +0000)
commit329d3af4437656815f3e05e946171a016484b1ce
treedc57dfda336865d94eb30290e9a6e48674fcec62
parente5270aea23ff8e35a60d836ceeefe013f28cfc98
TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an
ndiff function, so just alias it to assertEqual in that case.

Various: make sure all openfile()/read()'s are wrapped in
try/finally's so the file gets closed.

A bunch of new tests checking the corner cases for multipart/digest
and message/rfc822.
Lib/test/test_email.py