Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: d78ad17836cc4288b6bd0e3112da040ead6e9fbe https://github.com/python/cpython/commit/d78ad17836cc4288b6bd0e3112da040ead6e9fbe Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月27日 (2017年5月27日) Changed paths: M Doc/library/json.rst Log Message: ----------- [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)