]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Dec 2021 10:25:02 +0000 (02:25 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Dec 2021 10:25:02 +0000 (02:25 -0800)
commit2e360832d7ed2697d715e93cb9f859a52264d60b
tree7657b45b0caa5f415d2526d2e948182ed8953888
parentf147248795bf22be05bbc891053d60ef6a2f035d
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)

(cherry picked from commit 8db06528cacc94e67eb1fb2e4c2acc061a515671)

Co-authored-by: James Gerity <snoopjedi@gmail.com>
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/encoder.py