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

Bugfix/837 #881

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Bugfix/837 #881

merged 3 commits into from
Jan 15, 2024

Commits on Jan 13, 2024

  1. Remove deprecated CGIHTTPServer and SimpleHTTPServer

    Both classes CGIHTTPServer and SimpleHTTPServer have been removed
    in Py3. This change makes green version of CGIHTTPServer and
    SimpleHTTPServer working again with Py3.
    radeksm committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    cb900b6 View commit details
    Browse the repository at this point in the history
  2. Fix doctest example with exception

    Python traceback contains details that are likely to change depending
    on the execution environment, these details can be ignored.
    While the correct exception type (AssertionError) remains unchanged.
    radeksm committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    c8faab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    5249c5f View commit details
    Browse the repository at this point in the history