Skip to content

Commit f66e100

Browse files
committed
Fix #72: rewrite the sanitizer to be a treewalker filter only.
As we no longer need the sanitizer to be shared between a filter and a tokenizer, move the entire sanitizer to the filter module. Also, replace the existing, tiny sanitizer testsuite with the one in html5lib-tests.
1 parent f78830e commit f66e100

File tree

5 files changed

+893
-439
lines changed

5 files changed

+893
-439
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Released on XXX
2828

2929
* Cease supporting Python 3.2 (in both CPython and PyPy forms).
3030

31+
* Sanitizer change XXX
32+
3133

3234
0.9999999/1.0b8
3335
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)