Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-104886: Remove deprecated configparser.LegacyInterpolation#104887
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 :-)
Uh oh!
There was an error while loading.Please reload this page.
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.
Uh oh!
There was an error while loading.Please reload this page.
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/