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

Py38 compatibility #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    d9c0d4e View commit details
    Browse the repository at this point in the history
  2. Use html module in Python 3 and cgi module in Python 2

    `cgi.escape()` has been deprecated since Python 3.2 and
    removed from Python 3.8.
    
    Fixes: Cue#46
    frenzymadness committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    ee69d45 View commit details
    Browse the repository at this point in the history