-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal format #114683
gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal format #114683
Conversation
serhiy-storchaka
commented
Jan 28, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Incorrect deprecation warning for 'N' specifier #114678
…in Decimal format Co-authored-by: Stefan Krah <[email protected]>
I approved this but please still have Mark look at it as well. |
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.
One small point about the News entry, otherwise looks good to me.
Misc/NEWS.d/next/Library/2024-01-28-19-40-40.gh-issue-114678.kYKcJw.rst
Outdated
Show resolved
Hide resolved
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 can't quite believe I missed this in the original PR. Apologies for that. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…in Decimal format (pythonGH-114683) Co-authored-by: Stefan Krah <[email protected]>