diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2022-08-23 21:22:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 21:22:00 (GMT) |
commit | 1f0eafa844bf5a380603d55e8d4b42d8c2a3439d (patch) | |
tree | 7d0baf97bbdeb48afea0e1685ce49b17f3855d95 /Misc | |
parent | 054328f0dd3e9ee5a8a026dfcfa606baf7e9f052 (diff) | |
download | cpython-1f0eafa844bf5a380603d55e8d4b42d8c2a3439d.zip cpython-1f0eafa844bf5a380603d55e8d4b42d8c2a3439d.tar.gz cpython-1f0eafa844bf5a380603d55e8d4b42d8c2a3439d.tar.bz2 |
GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-08-20-12-56-15.gh-issue-96145.8ah3pE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-20-12-56-15.gh-issue-96145.8ah3pE.rst b/Misc/NEWS.d/next/Library/2022-08-20-12-56-15.gh-issue-96145.8ah3pE.rst new file mode 100644 index 0000000..540ec8b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-08-20-12-56-15.gh-issue-96145.8ah3pE.rst @@ -0,0 +1 @@ +Add AttrDict to JSON module for use with object_hook. |