]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:51:39 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 08:51:39 +0000 (08:51 +0000)
commit5aa7aeb50fcf573cc1b88a50f4db8026c2dddc81
treed37c1ae95a6d220af2fbfa23981200f4b87bd8d2
parent7a8364460d9f14a88cf6b21058461f8c30777c9e
[3.13] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132255)

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