From 8437fe2708706eb60769c5a68f3371a244123b3e Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 15 Apr 2011 14:55:04 -0400 Subject: Remove unused method from internal class. --- Lib/email/feedparser.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Lib/email/feedparser.py') diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py index 60a83255c0d..1b752d0193a 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 -- cgit v1.2.3