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

SourceForge.net noreply@sourceforge.net
Fri, 17 Jan 2003 10:46:33 -0800


Patches item #669683, was opened at 2003-01-17 11:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669683&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.


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

>Comment By: j paulson (fantoozler)
Date: 2003-01-17 18:46

Message:
Logged In: YES 
user_id=690612

I'll attach the patch file again.  

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-01-17 14:17

Message:
Logged In: YES 
user_id=33168

Was this supposed to be a patch or a bug report?  There is
no patch attached.

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

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