This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, georg.brandl, momat, r.david.murray
Date 2009-06-06.21:19:59
SpamBayes Score 0.002534682
Marked as misclassified No
Message-id <1244323201.24.0.2526622055.issue6191@psf.upfronthosting.co.za>
In-reply-to
Content
BeautifulSoup use SGMLParser for all the versions <3.1. BeautifulSoup 
3.1 is supposed to be compatible with Python 3 and since SGMLParser is
gone it's now using HTMLParser, but it's not able to handle some things
anymore.

For more information:
http://www.crummy.com/software/BeautifulSoup/3.1-problems.html

(FWIW I tried BeautifulSoup 3.1 but it failed where BeautifulSoup 3.0.7
was working so I came back to 3.0.7)
History
Date User Action Args
2009-06-06 21:20:01ezio.melottisetrecipients: + ezio.melotti, georg.brandl, r.david.murray, momat
2009-06-06 21:20:01ezio.melottisetmessageid: <1244323201.24.0.2526622055.issue6191@psf.upfronthosting.co.za>
2009-06-06 21:20:00ezio.melottilinkissue6191 messages
2009-06-06 21:19:59ezio.melotticreate