From c755dba90680200b550b0d387cbb908ea40ea43a Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 16 Jan 2010 16:08:32 +0000 Subject: Fix issue number in comment. --- Lib/email/test/test_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v0.12