Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from SafeConfigParser to ConfigParser class
SafeConfigParser has been deprecated since Python 3.2 and was removed in Python 3.12 entirely. Per the release notes [1] it is recommended to use the ConfigParser class now. [1] - https://docs.python.org/3.12/whatsnew/3.12.html#configparser
- Loading branch information