Cue / scales

scales - Metrics for Python
Apache License 2.0
920 stars 73 forks source link

Python 3.8 compatibility #46

Open frenzymadness opened 5 years ago

frenzymadness commented 5 years ago

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.