[Python-bugs-list] [ python-Bugs-448482 ] python 2.1.1: sgmllib, decl. subset

noreply@sourceforge.net noreply@sourceforge.net
Mon, 24 Sep 2001 13:17:54 -0700


Bugs item #448482, was opened at 2001-08-06 11:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448482&group_id=5470

Category: Python Library
Group: Python 2.1.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: python 2.1.1: sgmllib, decl. subset

Initial Comment:
sgmllib.SGMLParser is unable to parse a document type 
declaration subset and reports a false error. The 
attached patch fixes this.


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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-09-24 13:17

Message:
Logged In: YES 
user_id=3066

This particular patch is sensitive to the contents of the
internal subset.  Fixed with a different patch an some
refactoring of the sgmllib and HTMLParser modules in
Lib/sgmllib.py revision 1.38.


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448482&group_id=5470