[Patches] [ python-Patches-669684 ] HTMLParser -- allow "," in attributes

SourceForge.net noreply@sourceforge.net
Fri, 17 Jan 2003 03:15:47 -0800


Patches item #669684, was opened at 2003-01-17 11:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669684&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: j paulson (fantoozler)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTMLParser -- allow "," in attributes

Initial Comment:
An HTML document in the wild had the tag:

<font size="-1" color=rgb(175,18,3)>

and HTMLParser was choking on the "," after the 
"175".  By adding "," to the list of allowed characters 
in attribute values, HTMLParser accepts the document.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669684&group_id=5470