summaryrefslogtreecommitdiffstats
path: root/Lib/email/feedparser.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-03-17 02:43:05 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-03-17 02:43:05 (GMT)
commit1b6c724df01614b446b748c505214afd658e75fe (patch)
treea39b0df210fb21cdaa02beb7bfd61b97373b056b /Lib/email/feedparser.py
parent41914349adbee033ba48d6c52dc26a7d36cd78fa (diff)
downloadcpython-1b6c724df01614b446b748c505214afd658e75fe.zip
cpython-1b6c724df01614b446b748c505214afd658e75fe.tar.gz
cpython-1b6c724df01614b446b748c505214afd658e75fe.tar.bz2
#11686: add missing entries to email __all__ lists.
Original patch by Steffen Daode Nurpmeso
Diffstat (limited to 'Lib/email/feedparser.py')
-rw-r--r--Lib/email/feedparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py
index 60a8325..aa8a2ff 100644
--- a/Lib/email/feedparser.py
+++ b/Lib/email/feedparser.py
@@ -19,7 +19,7 @@ the current message. Defects are just instances that live on the message
object's .defects attribute.
"""
-__all__ = ['FeedParser']
+__all__ = ['FeedParser', 'BytesFeedParser']
import re