summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/mailbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/mailbox.py b/Lib/mailbox.py
index ab40df7..c89c1a4 100755
--- a/Lib/mailbox.py
+++ b/Lib/mailbox.py
@@ -259,7 +259,7 @@ class BabylMailbox(_Mailbox):
line = self.fp.readline()
if not line:
return
- if line == '\037\014\n':
+ if line == '\037\014\n' or line == '\037':
self.fp.seek(pos)
return