Initial commit of bleach, required for nbconvert, a dependancy of Spyder (T1664).
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3708:460ebe9bcbae: Initial commit of python-bleach
In [1]: import bleach
In [2]: bleach.clean('an <script>evil()</script> example')
Out[2]: 'an <script>evil()</script> example'
In [3]: bleach.linkify('an http://example.com url')
Out[3]: 'an <a href="http://example.com" rel="nofollow">http://example.com</a> url'Diff Detail
Diff Detail
- Repository
- R3708 python-bleach
- Lint
Lint Not Applicable - Unit
Tests Not Applicable