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
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.
Additionally, the readfp method has been removed in favor of read_file.
[1] - https://docs.python.org/3.12/whatsnew/3.12.html#configparser
0 commit comments