diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-10 05:25:16 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-10 05:25:16 (GMT) |
commit | 540f0451d282181449ae42b9325764a690bd6162 (patch) | |
tree | 58f7c4496321eb3798acea3d5399deee8237ca84 /Lib/test/test_email | |
parent | 4199bbaf63bf2d017c9fbd3ee5267fc571516d7f (diff) | |
download | cpython-540f0451d282181449ae42b9325764a690bd6162.zip cpython-540f0451d282181449ae42b9325764a690bd6162.tar.gz cpython-540f0451d282181449ae42b9325764a690bd6162.tar.bz2 |
Correct misspellings of ISO-8859
Diffstat (limited to 'Lib/test/test_email')
-rw-r--r-- | Lib/test/test_email/test_email.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_email/test_email.py b/Lib/test/test_email/test_email.py index 894b800..90fd9e1 100644 --- a/Lib/test/test_email/test_email.py +++ b/Lib/test/test_email/test_email.py @@ -2302,9 +2302,9 @@ Re: =?mac-iceland?q?r=8Aksm=9Arg=8Cs?= baz foo bar =?mac-iceland?q?r=8Aksm?= def test_rfc2047_Q_invalid_digits(self): # issue 10004. - s = '=?iso-8659-1?Q?andr=e9=zz?=' + s = '=?iso-8859-1?Q?andr=e9=zz?=' self.assertEqual(decode_header(s), - [(b'andr\xe9=zz', 'iso-8659-1')]) + [(b'andr\xe9=zz', 'iso-8859-1')]) def test_rfc2047_rfc2047_1(self): # 1st testcase at end of rfc2047 |