commit | 329d3af4437656815f3e05e946171a016484b1ce | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Jul 09 02:38:24 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Jul 09 02:38:24 2002 +0000 |
tree | dc57dfda336865d94eb30290e9a6e48674fcec62 | |
parent | e5270aea23ff8e35a60d836ceeefe013f28cfc98 [diff] |
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.