Closed codypiersall closed 1 month ago
SafeConfigParser was deprecated in Python 3.2 and removed in Python 3.12. The readfp method was removed in favor of read_file as well. I was able to test that this still worked with Python 3.7, but that is the oldest I could test on.
SafeConfigParser was deprecated in Python 3.2 and removed in Python 3.12. The readfp method was removed in favor of read_file as well. I was able to test that this still worked with Python 3.7, but that is the oldest I could test on.