From 0357b7a75d90624da8536269cbb3e07f4252230a Mon Sep 17 00:00:00 2001 From: "r.david.murray" Date: Sat, 16 Jan 2010 16:08:32 +0000 Subject: [PATCH] Fix issue number in comment. git-svn-id: http://svn.python.org/projects/python/trunk@77525 6015fed2-1504-0410-9fe1-9d1591cc4771 --- 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 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): -- 2.11.4.GIT