From f379622e2b7bdab3b498ff58f1e468092905fa7e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 5 Jul 2001 18:22:48 +0000 Subject: [PATCH] Allow underscores in tag names and quote characters in unquoted attribute values. The change for attribute values matches the way Mozilla and Navigator view the world, at least. This closes SF bug #436621. --- Lib/sgmllib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/sgmllib.py b/Lib/sgmllib.py index 5388c07b20d5..f612f2e900d9 100644 --- a/Lib/sgmllib.py +++ b/Lib/sgmllib.py @@ -34,10 +34,10 @@ endbracket = re.compile('[<>]') special = re.compile(']*>') commentopen = re.compile('