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

Fix ConfigParser compatibilty #120

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Commits on May 10, 2022

  1. Fix ConfigParser compatibilty

    The SafeConfigParser class has been renamed to ConfigParser
    in Python 3.2. This alias will be removed in Python 3.12.
    Use ConfigParser directly instead.
    
    https://github.com/python/cpython/blob/75280944e5ca957eec7f814b9d0608fc84fc5811/Lib/configparser.py#L1242-L1252
    hugovk committed May 10, 2022
    Configuration menu
    Copy the full SHA
    74c1812 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Update CustomConfig.py

    Call the right base class, `ConfigParser` (not `SafeConfigParser`)
    chris001 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    1455770 View commit details
    Browse the repository at this point in the history