Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDeprecate the sanitizer and recommend Bleach #501
Conversation
Codecov Report
@@ Coverage Diff @@
## master #501 +/- ##
==========================================
+ Coverage 90.97% 91.07% +0.09%
==========================================
Files 49 50 +1
Lines 6936 7044 +108
Branches 1322 1341 +19
==========================================
+ Hits 6310 6415 +105
- Misses 468 475 +7
+ Partials 158 154 -4
Continue to review full report at Codecov.
|
@@ -11,6 +12,13 @@ | |||
__all__ = ["Filter"] | |||
|
|||
|
|||
warnings.warn( | |||
"html5lib's sanitizer is deprecated; see " + |
lgtm |
* Try to import from `collections.abc` to remove DeprecationWarning and ensure | ||
`html5lib` keeps working in future Python versions. (#403) | ||
* Drop optional `datrie` dependency. (#442) | ||
* Try to import from ``collections.abc`` to remove DeprecationWarning and ensure |
Should probably also make sure the docs reflect this. |
See #443. cc/ @jgraham @g-k