Skip to content

SafeConfigParser was removed in Python 3.12

Mattias Ellert requested to merge SafeConfigParser-is-no-more into master

SafeConfigParser was removed in Python 3.12

https://docs.python.org/3/whatsnew/3.12.html#configparser says:

configparser no longer has a SafeConfigParser class. Use the shorter ConfigParser name instead.

Fixes: #6 (closed)

Merge request reports

Loading