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, moonflow
Date 2012-11-20.14:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353420738.05.0.636803052868.issue16513@psf.upfronthosting.co.za>
In-reply-to
Content
Have you tried with HTMLParser?
sgmllib is deprecated and has been removed in Python 3.
HTMLParser is also much better at parsing (broken) HTML.
History
Date User Action Args
2012-11-20 14:12:18ezio.melottisetrecipients: + ezio.melotti, moonflow
2012-11-20 14:12:18ezio.melottisetmessageid: <1353420738.05.0.636803052868.issue16513@psf.upfronthosting.co.za>
2012-11-20 14:12:18ezio.melottilinkissue16513 messages
2012-11-20 14:12:17ezio.melotticreate