tiagocoutinho / multivisor

Centralized supervisor WebUI and CLI
GNU General Public License v3.0
184 stars 37 forks source link

SafeConfigParser is deprecated #97

Open woutdenolf opened 4 months ago

woutdenolf commented 4 months ago
python -Werror -c "from configparser import SafeConfigParser;SafeConfigParser()"

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/denolf/.pyenv/versions/3.11.8/lib/python3.11/configparser.py", line 1248, in __init__
    warnings.warn(
DeprecationWarning: 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.