diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-01-16 16:08:32 +0000 |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-01-16 16:08:32 +0000 |
commit | c755dba90680200b550b0d387cbb908ea40ea43a (patch) | |
tree | 42bf47eacdc6687df30091463a6ad42af79db93d /Lib | |
parent | 476279f18b1bbcc5939f6bb7a10dd937c933cfb3 (diff) | |
download | cpython-git-c755dba90680200b550b0d387cbb908ea40ea43a.tar.gz |
Fix issue number in comment.
Diffstat (limited to 'Lib')
-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 c38a4262b4..cfd8f6c582 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): |