]> granicus.if.org Git - python/commitdiff
Merged revisions 80357 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:57:12 +0000 (11:57 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:57:12 +0000 (11:57 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80357 | ezio.melotti | 2010-04-22 14:53:21 +0300 (Thu, 22 Apr 2010) | 1 line

  Rephrase comment.
........

Lib/email/test/test_email.py

index 0b204e7528f8cdab74dd85ce04b1e124c4a95b18..2cf1a0a2649a784160dc0ed9919deb24e3707ea3 100644 (file)
@@ -520,10 +520,10 @@ class TestEncoders(unittest.TestCase):
 
     def test_default_cte(self):
         eq = self.assertEqual
-        # With no explicit _charset its us-ascii, and all are 7-bit
+        # 7bit data and the default us-ascii _charset
         msg = MIMEText('hello world')
         eq(msg['content-transfer-encoding'], '7bit')
-        # Similar, but with 8-bit data
+        # Similar, but with 8bit data
         msg = MIMEText('hello \xf8 world')
         eq(msg['content-transfer-encoding'], '8bit')
         # And now with a different charset