[Patches] [ python-Patches-669684 ] HTMLParser -- allow "," in attributes
SourceForge.net
noreply@sourceforge.net
Fri, 17 Jan 2003 06:17:13 -0800
Patches item #669684, was opened at 2003-01-17 06: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: Closed
>Resolution: Duplicate
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.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-01-17 09:17
Message:
Logged In: YES
user_id=33168
Dup of 669683.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669684&group_id=5470