File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Deprecations
77
88.. include :: pending-removal-in-3.17.rst
99
10+ .. include :: pending-removal-in-3.18.rst
11+
1012.. include :: pending-removal-in-3.19.rst
1113
1214.. include :: pending-removal-in-3.20.rst
Original file line number Diff line number Diff line change 1+ Pending removal in Python 3.18
2+ ------------------------------
3+
4+ * :mod: `decimal `:
5+
6+ * The non-standard and undocumented :class: `~decimal.Decimal ` format
7+ specifier ``'N' ``, which is only supported in the :mod: `!decimal ` module's
8+ C implementation, has been deprecated since Python 3.13.
9+ (Contributed by Serhiy Storchaka in :gh: `89902 `.)
Original file line number Diff line number Diff line change @@ -1861,6 +1861,7 @@ New Deprecations
18611861 * Deprecate the non-standard and undocumented :class: `~decimal.Decimal `
18621862 format specifier ``'N' ``,
18631863 which is only supported in the :mod: `!decimal ` module's C implementation.
1864+ Scheduled to be removed in Python 3.18.
18641865 (Contributed by Serhiy Storchaka in :gh: `89902 `.)
18651866
18661867* :mod: `dis `:
You can’t perform that action at this time.
0 commit comments