summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-09-09 01:49:58 (GMT)
committerFred Drake <fdrake@acm.org>2004-09-09 01:49:58 (GMT)
commit58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd (patch)
tree0ddc1953b2eca7c627a71d495d0f27e1676f3e12
parent49b4d1917235d637581b1531ae205ee38899b8af (diff)
downloadcpython-58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd.zip
cpython-58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd.tar.gz
cpython-58ae830fd05e7cf12364ba187c6f5f5f1c5cfadd.tar.bz2
add name that should be considered public to __all__
-rw-r--r--Lib/sgmllib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py
index 7db0a97..08e365b 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