]> granicus.if.org Git - python/commitdiff
Rephrase comment.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:53:21 +0000 (11:53 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 22 Apr 2010 11:53:21 +0000 (11:53 +0000)
Lib/email/test/test_email.py

index d3279a0274c858daee64065595849f272f2bb4e9..01d2a672a2f2f54aeddd25e4d16935249dee6512 100644 (file)
@@ -554,10 +554,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