﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
500,test_sanitize_remove_script_elem fails due to HTMLParser bugfixes in cpython,stefanor@…,cmlenz,"The [http://hg.python.org/cpython/rev/3d7904e3f4b9/ patch to HTMLParser] for [http://bugs.python.org/issue13987 issue 13987] that landed in the cpython 2.7 branch breaks test_sanitize_remove_script_elem:

{{{
======================================================================
FAIL: test_sanitize_remove_script_elem (__main__.HTMLSanitizerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""genshi/filters/tests/test_html.py"", line 411, in test_sanitize_remove_script_elem
    self.assertRaises(ParseError, HTML, u'<SCR\0IPT>alert(""foo"")</SCR\0IPT>')
AssertionError: ParseError not raised
}}}",defect,reopened,major,0.8,Parsing,devel,,,al.willmer@…
