]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Apr 2025 08:43:45 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 08:43:45 +0000 (08:43 +0000)
commitaab69a8214ef060cde6187a24a478ef8508a2c35
tree4f4e2c1c5b53db1f5b5576ef3280a52774a3b1eb
parent3fc57f86b12ad9ccd2cd6aa1303f185314246d60
[3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132256)

gh-132021: Add bool type to the list of allowed JSON key types (GH-132048)
(cherry picked from commit 403886c28ddb350bbcaea478f8d754ed14e10337)

Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Doc/library/json.rst
Lib/json/encoder.py