summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-10-08 07:01:39 (GMT)
committerGitHub <noreply@github.com>2023-10-08 07:01:39 (GMT)
commitd96a8cdfe201546f6d077fa93953b695c4ea8c59 (patch)
tree9aeb69d8d570eee42d68fdba9d9b5ca0e3842e70 /Doc/whatsnew
parent6780d63ae5ed5ec98782606491a30b3bdb2f32b4 (diff)
downloadcpython-d96a8cdfe201546f6d077fa93953b695c4ea8c59.zip
cpython-d96a8cdfe201546f6d077fa93953b695c4ea8c59.tar.gz
cpython-d96a8cdfe201546f6d077fa93953b695c4ea8c59.tar.bz2
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
It was not documented and only supported in the C implementation.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.13.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 73975b0..2fe1494 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -353,6 +353,10 @@ Deprecated
in :data:`~dis.hasarg` instead.
(Contributed by Irit Katriel in :gh:`109319`.)
+* Deprecate non-standard format specifier "N" for :class:`decimal.Decimal`.
+ It was not documented and only supported in the C implementation.
+ (Contributed by Serhiy Storchaka in :gh:`89902`.)
+
Pending Removal in Python 3.14
------------------------------