You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted a PR but it was incorrect, so I've closed the ticket.. I don't have time to work on this, but some users commented on the correct behavior:
Originally reported by: Anonymous
In python 2.7 cgi.escape is used to encode htmlentities but in python 3.2 onward it's html.escape
Python 2.7
https://docs.python.org/2/library/cgi.html
Python 3.2
https://docs.python.org/3/library/html.html
The text was updated successfully, but these errors were encountered: