]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed >From stuff
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 16 Jun 1995 10:57:14 +0000 (10:57 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 16 Jun 1995 10:57:14 +0000 (10:57 +0000)
Lib/rfc822.py

index db5e0d442c118f2708282b17e7a5705761c1356d..0e9122fa139f5676c5a0df189cd4295dc9f29297 100644 (file)
@@ -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):