Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using deprecated SafeConfigParser #89

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andyfoston
Copy link

@andyfoston andyfoston commented Dec 23, 2024

From Python 3.2.x until 3.11.x SafeConfigParser has been an alias for ConfigParser, but this has now been removed in Python 3.12.

In order to remain compatible with Python 3.12 onwards, this has now been updated to use ConfigParser.

More information is in: https://docs.python.org/3/whatsnew/changelog.html / python/cpython#92503

Related to: #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants