]> granicus.if.org Git - python/commit
Make the tests pass under Python 2.1 but only by cheating. Python 2.1
authorBarry Warsaw <barry@python.org>
Sat, 28 Sep 2002 21:22:52 +0000 (21:22 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 28 Sep 2002 21:22:52 +0000 (21:22 +0000)
commitd63071b05fff9b4b151e9d5f62f795f0aba172d8
treedc5c800883995fb888117641b8cae874bfd130f7
parenteecdc742f5700d05b086321cb0d68e80498c67cb
Make the tests pass under Python 2.1 but only by cheating.  Python 2.1
doesn't know about the ansi-x3.4-1968 charset so skip two tests that
rely on that (msg_32.txt and msg_33.txt).
Lib/email/test/test_email.py