cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Remove deprecated "N" format for Decimal

Open donbarbos opened this issue 2 weeks ago • 1 comments

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

donbarbos avatar Jan 01 '26 15:01 donbarbos