summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-26 19:11:49 (GMT)
committerGitHub <noreply@github.com>2023-06-26 19:11:49 (GMT)
commit1acfecbc0041b8a3b6c017d23ebed55aba39de6b (patch)
treed182ddfef3fb65d0404a026663b8a4cb2deb593e /Doc/whatsnew
parentea6a4b7523a356b3e3c9182ad34b23f91885a335 (diff)
downloadcpython-1acfecbc0041b8a3b6c017d23ebed55aba39de6b.zip
cpython-1acfecbc0041b8a3b6c017d23ebed55aba39de6b.tar.gz
cpython-1acfecbc0041b8a3b6c017d23ebed55aba39de6b.tar.bz2
[3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (GH-96146)" (GH-105948) (#106117)
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (GH-96146)" (GH-105948) This reverts commit 1f0eafa844bf5a380603d55e8d4b42d8c2a3439d. (cherry picked from commit d3af83b9342457d8b24476baeb799f7506ff04f3) Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.12.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index e06faf3..782a501 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -593,14 +593,6 @@ itertools
tuples where the last batch may be shorter than the rest.
(Contributed by Raymond Hettinger in :gh:`98363`.)
-json
-----
-
-* Added :class:`json.AttrDict` for use with ``object_hook`` in :func:`json.load`
- or :func:`json.loads`. This is a subclass of :class:`dict` that also supports
- attribute style dotted access.
- (Contributed by Raymond Hettinger in :gh:`96145`.)
-
math
----