Re: [pypy-dev] HTMLParser compatibility with cPython 2.7.3

2012-06-18 Thread Amaury Forgeot d'Arc
2012/6/18 Robert Zaremba > Hi, I would like to import changes from: > The problem is that HTMLParser from 2.7.2 is not lenient and likes to throw > exceptions, when html document is not well formed: > http://bugs.python.org/issue13987 > > This often involves exception from BeautifoulSoup, which g

[pypy-dev] HTMLParser compatibility with cPython 2.7.3

2012-06-18 Thread Robert Zaremba
Hi, I would like to import changes from: The problem is that HTMLParser from 2.7.2 is not lenient and likes to throw exceptions, when html document is not well formed: http://bugs.python.org/issue13987 This often involves exception from BeautifoulSoup, which gains great speed up when using from