On 2 August 2012 15:25, Raphael Hertzog <hert...@debian.org> wrote: > On Thu, 02 Aug 2012, Raphael Hertzog wrote: > > On Thu, 02 Aug 2012, David Watson wrote: > > > I have just successfully built the package under python 2.7.3 by using > the > > > HTMLParser from python rather than Django's version. > > > > OK then let's clone a new bug to track this issue separately. > > And let's continue the discussion on the new bug. > > How did you do that? > > What shall we do? > > Django's HTMLParser work around is still required for a bunch of python > versions that Debian ships (and we want the package to be easily > backportable to squeeze) so we need some code to use Django's internal > version or the stdlib version depending on what we detect. >
Hi Raphaƫl, The attached patch should use the correct version of HTMLParser, it will use the python version for 2.6.8 and above in the 2.6 series, and 2.7.3 and above in the 2.7 series. regards, -- David Watson dwat...@debian.org
htmlparser_patch
Description: Binary data