We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.
scales is not compatible with Python 3.8 because escape function from cgi module was removed as deprecated since Python 3.2.
scales
escape
cgi
I am going to prepare a PR to fix this.
The text was updated successfully, but these errors were encountered:
Use html module in Python 3 and cgi module in Python 2
html
ee69d45
`cgi.escape()` has been deprecated since Python 3.2 and removed from Python 3.8. Fixes: Cue#46
No branches or pull requests
Hello.
scales
is not compatible with Python 3.8 becauseescape
function fromcgi
module was removed as deprecated since Python 3.2.I am going to prepare a PR to fix this.
The text was updated successfully, but these errors were encountered: