]> granicus.if.org Git - python/commit
[3.6] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1828)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 27 May 2017 13:37:11 +0000 (16:37 +0300)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 13:37:11 +0000 (16:37 +0300)
commit584ef2aecfdaaf753e3959a8ceb0ea745189ddeb
treecdc6cb3b92fe6b18d1070b078d50b9259fb332d5
parent2783cc42629b9445ea848ce36bbf213ef7789271
[3.6] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1828)

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