Skip to content

SafeConfigParser has been renamed ConfigParser in Python 3.2 and removed in Python 3.12

Johnny Jazeix requested to merge work/safeconfigparser into master

See https://docs.python.org/3/whatsnew/3.12.html#configparser: configparser no longer has a SafeConfigParser class. Use the shorter ConfigParser name instead.

Merge request reports