]> granicus.if.org Git - python/commit
SF Patch # 103839 byt dougfort: Allow ';' in attributes
authorGuido van Rossum <guido@python.org>
Mon, 19 Feb 2001 18:39:09 +0000 (18:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Feb 2001 18:39:09 +0000 (18:39 +0000)
commitb68c24566261cce4cea6f12b79a2311bddaa28b5
treee1348f2cd64bf38c9913b2f4ab65c227e483fff3
parent8ba9445dd3d0ed68a134e5e0dd1f1325bc23ae3b
SF Patch # 103839 byt dougfort: Allow ';' in attributes

sgmllib does not recognize HTML attributes containing the semicolon
';' character. This may be in accordance with the HTML spec, but there
are sites that use it (excite.com) and the browsers I regularly use
(IE5, Netscape, Opera) all handle it. Doug Fort Downright Software LLC
Lib/sgmllib.py