You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: