summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-04-15 18:55:04 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-04-15 18:55:04 (GMT)
commit8437fe2708706eb60769c5a68f3371a244123b3e (patch)
tree45d2c85bebd1963ef83420dc62627a5791d93680 /Lib/email
parent386832ece2d9d482dab9118ee5592b07b3cba62f (diff)
downloadcpython-8437fe2708706eb60769c5a68f3371a244123b3e.zip
cpython-8437fe2708706eb60769c5a68f3371a244123b3e.tar.gz
cpython-8437fe2708706eb60769c5a68f3371a244123b3e.tar.bz2
Remove unused method from internal class.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/feedparser.py3
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