diff options
-rw-r--r-- | Lib/email/feedparser.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py index 60a8325..1b752d0 100644 --- a/Lib/email/feedparser.py +++ b/Lib/email/feedparser.py @@ -120,9 +120,6 @@ class BufferedSubFile(object): # Reverse and insert at the front of the lines. self._lines[:0] = lines[::-1] - def is_closed(self): - return self._closed - def __iter__(self): return self |