mozilla / bleach

Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes
https://bleach.readthedocs.io/en/latest/
Other
2.65k stars 253 forks source link

refactoring code with For Else #631

Closed idiomaticrefactoring closed 2 years ago

idiomaticrefactoring commented 2 years ago

refactoring code with For Else which is more pythonic, concise and efficient; how do you think this change which has practical value?

willkg commented 2 years ago

This makes a change to a vendored library html5lib. If you want to make this change, you should make it upstream in .