From: Fred Drake Date: Thu, 9 Sep 2004 01:49:58 +0000 (+0000) Subject: add name that should be considered public to __all__ X-Git-Tag: v2.4b1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd;p=python add name that should be considered public to __all__ --- diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py index 7db0a97ea6..08e365bdef 100644 --- a/Lib/sgmllib.py +++ b/Lib/sgmllib.py @@ -12,7 +12,7 @@ import markupbase import re -__all__ = ["SGMLParser"] +__all__ = ["SGMLParser", "SGMLParseError"] # Regular expressions used for parsing