Skip to content

Add cgi.escape #159

@benjaminp

Description

@benjaminp

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


Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions