mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Removed >From stuff
This commit is contained in:
parent
6a9df7a86c
commit
e5e2cdde15
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue