diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-01-16 16:08:32 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-01-16 16:08:32 (GMT) |
commit | c755dba90680200b550b0d387cbb908ea40ea43a (patch) | |
tree | 42bf47eacdc6687df30091463a6ad42af79db93d /Lib/email/test | |
parent | 476279f18b1bbcc5939f6bb7a10dd937c933cfb3 (diff) | |
download | cpython-c755dba90680200b550b0d387cbb908ea40ea43a.zip cpython-c755dba90680200b550b0d387cbb908ea40ea43a.tar.gz cpython-c755dba90680200b550b0d387cbb908ea40ea43a.tar.bz2 |
Fix issue number in comment.
Diffstat (limited to 'Lib/email/test')
-rw-r--r-- | Lib/email/test/test_email.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index c38a426..cfd8f6c 100644 --- a/Lib/email/test/test_email.py +++ b/Lib/email/test/test_email.py @@ -3278,7 +3278,7 @@ Content-Type: application/x-foo; # Tests to ensure that signed parts of an email are completely preserved, as # required by RFC1847 section 2.1. Note that these are incomplete, because the -# email package does not currently always preserve the body. See issue 96843. +# email package does not currently always preserve the body. See issue 1670765. class TestSigned(TestEmailBase): def _msg_and_obj(self, filename): |