summaryrefslogtreecommitdiff
path: root/Lib/sgmllib.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-09-09 01:49:58 +0000
committerFred Drake <fdrake@acm.org>2004-09-09 01:49:58 +0000
commit58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd (patch)
tree0ddc1953b2eca7c627a71d495d0f27e1676f3e12 /Lib/sgmllib.py
parent49b4d1917235d637581b1531ae205ee38899b8af (diff)
downloadcpython-git-58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd.tar.gz
add name that should be considered public to __all__
Diffstat (limited to 'Lib/sgmllib.py')
-rw-r--r--Lib/sgmllib.py2
1 files changed, 1 insertions, 1 deletions
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