From: Jack Jansen Date: Fri, 16 Jun 1995 10:57:14 +0000 (+0000) Subject: Removed >From stuff X-Git-Tag: v1.3b1~276 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5e2cdde1503a58779c5016cb053828d18ce4301;p=thirdparty%2FPython%2Fcpython.git Removed >From stuff --- diff --git a/Lib/rfc822.py b/Lib/rfc822.py index db5e0d442c11..0e9122fa139f 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -93,8 +93,7 @@ class Message: self.status = 'EOF in headers' break # Skip unix From name time lines - if firstline and (line[:5] == 'From ' - or line[:6] == '>From '): + if firstline and line[:5] == 'From ': continue firstline = 0 if self.islast(line):