-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-104886: Remove deprecated configparser.LegacyInterpolation #104887
gh-104886: Remove deprecated configparser.LegacyInterpolation #104887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I just had a minor suggestion.
@ambv: Was it you who changed this interpolation method?
Wow, it took a while to completely finish the transition :-)
Yeah, I originally never intended to remove the old one but here we are! |
Well, you first wrote:
It was marked as "deprecated" in the docstring ;-) Maybe it's time to break the API again, and add a pending deprecated VeryBadlyBrokenInterpolation class :-D |
Co-authored-by: Victor Stinner <vstinner@python.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Closes #104886.
Remove the undocumented
configparser.LegacyInterpolation
class.It was deprecated in the docstring since Python 3.2, deprecated with a warning since Python 3.11, and scheduled for removal in 3.13.
📚 Documentation preview 📚: https://cpython-previews--104887.org.readthedocs.build/