]> granicus.if.org Git - python/commit
Fix the signature of JSONDecodeError (no end parameter). (#1827)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 27 May 2017 13:11:18 +0000 (16:11 +0300)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 13:11:18 +0000 (16:11 +0300)
commit5becf38a03e53a7c2a996285c7bf0ac5e2ef7d2a
tree1991a84a10011c823271018ad40fbb233a963489
parent08e2f355d04d3cbea5751ce1275306ee3f569b32
Fix the signature of JSONDecodeError (no end parameter). (#1827)

Unlikely to the simplejson module, json.JSONDecodeError doesn't accept the end argument.
Doc/library/json.rst