From 1b6c724df01614b446b748c505214afd658e75fe Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 16 Mar 2012 22:43:05 -0400 Subject: #11686: add missing entries to email __all__ lists. Original patch by Steffen Daode Nurpmeso --- Lib/email/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/parser.py') diff --git a/Lib/email/parser.py b/Lib/email/parser.py index 6caaff53ad..1c931ea9de 100644 --- a/Lib/email/parser.py +++ b/Lib/email/parser.py @@ -4,7 +4,7 @@ """A parser of RFC 2822 and MIME email messages.""" -__all__ = ['Parser', 'HeaderParser'] +__all__ = ['Parser', 'HeaderParser', 'BytesParser'] import warnings from io import StringIO, TextIOWrapper -- cgit v1.2.1