Skip to content
New issue

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

Python 3.8 compatibility #46

Open
frenzymadness opened this issue Aug 30, 2019 · 0 comments
Open

Python 3.8 compatibility #46

frenzymadness opened this issue Aug 30, 2019 · 0 comments

Comments

@frenzymadness
Copy link

Hello.

scales is not compatible with Python 3.8 because escape function from cgi module was removed as deprecated since Python 3.2.

I am going to prepare a PR to fix this.

frenzymadness added a commit to frenzymadness/scales that referenced this issue Aug 30, 2019
`cgi.escape()` has been deprecated since Python 3.2 and
removed from Python 3.8.

Fixes: Cue#46
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

No branches or pull requests

1 participant