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 vstinner
Recipients ezio.melotti, georg.brandl, kxroberto, loewis, vstinner
Date 2011-11-25.11:43:21
SpamBayes Score 6.581958e-08
Marked as misclassified No
Message-id <2470327.8K650ryu5s@dsk000552>
In-reply-to <1322209347.38.0.890598120907.issue13432@psf.upfronthosting.co.za>
Content
> <meta content="text/html; charset=unicode" http-equiv="Content-Type"/>

Python is not a language written for the web, it's generic language to program 
anything! If you have a problem to parse an HTML page, the special case should 
be added to the HTML parser, not to the language.

Do you have the encoding issue with a parser included in Python 
(html.parser.*)? If you have the issue with an third-party parser, you have to 
report the bug there.
History
Date User Action Args
2011-11-25 11:43:21vstinnersetrecipients: + vstinner, loewis, georg.brandl, kxroberto, ezio.melotti
2011-11-25 11:43:21vstinnerlinkissue13432 messages
2011-11-25 11:43:21vstinnercreate