diff options
-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): |