Skip to content

ts: migrate from cgi.escape to html.escape in .py file#20191

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:issue_20032
Jun 2, 2021
Merged

ts: migrate from cgi.escape to html.escape in .py file#20191
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:issue_20032

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Jun 1, 2021

resolves #20032

  • Validated with Python 3.9.5 (original problem is reproduced and fixed by this patch)
  • Validated with Python 2.7.18

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Jun 2, 2021

👍

@opencv-pushbot opencv-pushbot merged commit e10de25 into opencv:3.4 Jun 2, 2021
This was referenced Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test summary.py fails on python 3.8 with: AttributeError: module 'cgi' has no attribute 'escape'

2 participants