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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd;p=thirdparty%2FPython%2Fcpython.git add name that should be considered public to __all__ --- diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py index 7db0a97ea62e..08e365bdef99 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