Skip to content

Make normalize test compatible with python 3.8#184

Closed
keith-packard wants to merge 1 commit intogithub:masterfrom
keith-packard:master
Closed

Make normalize test compatible with python 3.8#184
keith-packard wants to merge 1 commit intogithub:masterfrom
keith-packard:master

Conversation

@keith-packard
Copy link

Python 3.8 has removed the cgi.escape function, which had been
deprecated since version 3.2. html.escape does the same thing, use
that instead.

Signed-off-by: Keith Packard [email protected]

Python 3.8 has removed the cgi.escape function, which had been
deprecated since version 3.2. html.escape does the same thing, use
that instead.

Signed-off-by: Keith Packard <[email protected]>
@armarti
Copy link

armarti commented Jul 11, 2020

Same issue on my side. Same fix too.

@phillmv
Copy link
Member

phillmv commented Aug 23, 2021

Hullo, thanks for this, I cherry picked this into here: #226

@phillmv phillmv closed this Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants