cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-143331: Schedule to remove format "N" for Decimal

Open donbarbos opened this issue 1 month ago • 2 comments

  • Issue: gh-143331

📚 Documentation preview 📚: https://cpython-previews--143372.org.readthedocs.build/

donbarbos avatar Jan 02 '26 20:01 donbarbos

Shouldn't this also be added to 3.13 and 3.14 whatsnew entries?

donbarbos avatar Jan 04 '26 09:01 donbarbos

For visibility, let's also mention the removal version in the deprecation warning:

https://github.com/python/cpython/blob/be0074f1abd9079e78181ae57a1a68630ef05404/Modules/_decimal/_decimal.c#L3597-L3598

hugovk avatar Jan 05 '26 10:01 hugovk

Thanks @donbarbos for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. 🐍🍒⛏🤖

miss-islington-app[bot] avatar Jan 06 '26 13:01 miss-islington-app[bot]

Sorry, @donbarbos and @hugovk, I could not cleanly backport this to 3.14 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker dd750b348501247d458ea8d454213d4959a8f8b9 3.14

miss-islington-app[bot] avatar Jan 06 '26 13:01 miss-islington-app[bot]

Sorry, @donbarbos and @hugovk, I could not cleanly backport this to 3.13 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker dd750b348501247d458ea8d454213d4959a8f8b9 3.13

miss-islington-app[bot] avatar Jan 06 '26 13:01 miss-islington-app[bot]

GH-143476 is a backport of this pull request to the 3.14 branch.

bedevere-app[bot] avatar Jan 06 '26 13:01 bedevere-app[bot]

GH-143477 is a backport of this pull request to the 3.13 branch.

bedevere-app[bot] avatar Jan 06 '26 13:01 bedevere-app[bot]