From 9604e66660bfe5066a88e3eb560a5846c620e8de Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 30 Aug 2007 03:46:43 +0000 Subject: Oops. I copied a slightly older version of the email package from the sandbox. This should restore the email package in the py3k branch to exactly what's in the sandbox. This wipes out 1-2 fixes made post-copy, which I'll re-apply shortly. --- Lib/email/utils.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Lib/email/utils.py') diff --git a/Lib/email/utils.py b/Lib/email/utils.py index 404cd9698c..5771209c1b 100644 --- a/Lib/email/utils.py +++ b/Lib/email/utils.py @@ -71,16 +71,6 @@ def _bdecode(s): -def fix_eols(s): - """Replace all line-ending characters with \r\n.""" - # Fix newlines with no preceding carriage return - s = re.sub(r'(?