Uh oh!
There was an error while loading. Please reload this page.
bpo-46607: Add DeprecationWarning to LegacyInterpolation - #30927
Merged
gpshead merged 2 commits intoApr 5, 2022
Conversation
hugovkforce-pushed
the
issue45173-deprecate-LegacyInterpolation
branch
from
January 26, 2022 22:00
0541fd9 to
80d4f4aCompare
This comment has been minimized.
This comment has been minimized.
hugovk
marked this pull request as draft
January 27, 2022 09:20
hugovkforce-pushed
the
issue45173-deprecate-LegacyInterpolation
branch
from
February 2, 2022 07:06
80d4f4a to
2c616f3Compare
This comment was marked as resolved.
This comment was marked as resolved.
hugovkforce-pushed
the
issue45173-deprecate-LegacyInterpolation
branch
from
February 2, 2022 18:45
2c616f3 to
850073bComparehugovk
marked this pull request as ready for review
February 2, 2022 18:55
hugovkforce-pushed
the
issue45173-deprecate-LegacyInterpolation
branch
from
February 3, 2022 14:28
850073b to
2aa86b8Compare
This comment was marked as resolved.
This comment was marked as resolved.
gpshead
approved these changes
Apr 5, 2022
tirkarthi
commented
Apr 12, 2022
Member
@hugovk The PR introduces deprecation warnings in tests that need to be handled : |
hugovk
commented
Apr 12, 2022
MemberAuthor
@tirkarthi Thanks, will check it! |
hugovk
commented
Apr 12, 2022
MemberAuthor
Please see #91480. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LegacyInterpolationhas been deprecated in docs since its introduction in Python 3.2:Let's add a
DeprecationWarningfor a couple of releases before removal.https://bugs.python.org/issue46607