commit | 1a1607546ca5d56152d66321952afd2c46e7d92f | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 27 22:38:50 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 27 22:38:50 2002 +0000 |
tree | 435a9bb01211fcf98768f5905a65c90f2e6136ee | |
parent | 48b0d36b4d0c1ce00f26297a1219b39fc504b507 [diff] |
Whitespace normalization.
diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py index 2259571..5012d43 100644 --- a/Lib/email/test/test_email.py +++ b/Lib/email/test/test_email.py
@@ -1763,7 +1763,7 @@ def test_three_lines(self): # A bug report by Andrew McNamara - lines = ['From: Andrew Person <aperson@dom.ain', + lines = ['From: Andrew Person <aperson@dom.ain', 'Subject: Test', 'Date: Tue, 20 Aug 2002 16:43:45 +1000'] msg = email.message_from_string(NL.join(lines))