python-kit
python-kit copied to clipboard
The cgi.escape function is gone in Python 3.8
Use html.escape when available and fall back to cgi.escape for older Python versions.
Are there any plans to merge this or should I just close this PR?
Currently the last supported Python release which works with this package is 3.7 (end of life: 2023), all subsequent Python versions are broken.