]> granicus.if.org Git - python/commit
[3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 27 May 2017 13:37:25 +0000 (16:37 +0300)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 13:37:25 +0000 (16:37 +0300)
commitd78ad17836cc4288b6bd0e3112da040ead6e9fbe
treefc7749722a4a5e7478eef423d98d95fc3e674cbf
parent89004d761361332314beb08b443bff5b092ec36e
[3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)

Unlikely to the simplejson module, json.JSONDecodeError doesn't accept the end argument.
(cherry picked from commit 5becf38)
Doc/library/json.rst