summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-07-23 17:02:54 (GMT)
committerGitHub <noreply@github.com>2024-07-23 17:02:54 (GMT)
commite6b25e9a09dbe09839b36f97b9174a30b1db2dbf (patch)
tree000493ed4293ecce1a6433e8892212fe9809c3d6 /Doc
parentc908d1f87d287a4b3ec58c85b692a7eb617fa6ea (diff)
downloadcpython-e6b25e9a09dbe09839b36f97b9174a30b1db2dbf.zip
cpython-e6b25e9a09dbe09839b36f97b9174a30b1db2dbf.tar.gz
cpython-e6b25e9a09dbe09839b36f97b9174a30b1db2dbf.tar.bz2
gh-122163: Add notes for JSON serialization errors (GH-122165)
This allows to identify the source of the error.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.14.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index f45a44b..bd8bdcb 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -112,6 +112,13 @@ Added support for converting any objects that have the
:meth:`!as_integer_ratio` method to a :class:`~fractions.Fraction`.
(Contributed by Serhiy Storchaka in :gh:`82017`.)
+json
+----
+
+Add notes for JSON serialization errors that allow to identify the source
+of the error.
+(Contributed by Serhiy Storchaka in :gh:`122163`.)
+
os
--