cpython
cpython copied to clipboard
Remove deprecated "N" format for Decimal
Deprecated since Python 3.13; the previous deprecation discussion can be found in #89902
Based on the discussion there, it seems that format was intended to be removed in Python 3.15.
If there is a consensus that it would be better to wait a bit longer (in line with PEP 387), I would suggest adding it to the “Pending Removal” section, so that the planned removal is clearly tracked and not accidentally overlooked.
Linked PRs
- gh-143372