From: R. David Murray Date: Sat, 16 Jan 2010 16:08:32 +0000 (+0000) Subject: Fix issue number in comment. X-Git-Tag: v2.7a3~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c755dba90680200b550b0d387cbb908ea40ea43a;p=thirdparty%2FPython%2Fcpython.git Fix issue number in comment. --- diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index c38a4262b4e7..cfd8f6c582ac 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):