Tagged Questions
0
votes
1answer
904 views
Is there a good python module that does HTML encoding/escaping in C?
There is cgi.escape but that appears to be implemented in pure python. It seems like most frameworks like Django also just run some regular expressions. This is something we do a lot, so it would be ...