diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py index 2c92c3180f5..695530a2b00 100644 --- a/Lib/sgmllib.py +++ b/Lib/sgmllib.py @@ -21,7 +21,9 @@ charref = regex.compile('&#[a-zA-Z0-9]+;') starttagopen = regex.compile('<[a-zA-Z]') endtag = regex.compile('') +special = regex.compile(']*>') commentopen = regex.compile('