Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5becf38a03e53a7c2a996285c7bf0ac5e2ef7d2a https://github.com/python/cpython/commit/5becf38a03e53a7c2a996285c7bf0ac5e2ef7d2a Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月27日 (2017年5月27日) Changed paths: M Doc/library/json.rst Log Message: ----------- Fix the signature of JSONDecodeError (no end parameter). (#1827) Unlikely to the simplejson module, json.JSONDecodeError doesn't accept the end argument.