commit | 584ef2aecfdaaf753e3959a8ceb0ea745189ddeb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat May 27 16:37:11 2017 +0300 |
committer | GitHub <noreply@github.com> | Sat May 27 16:37:11 2017 +0300 |
tree | cdc6cb3b92fe6b18d1070b078d50b9259fb332d5 | |
parent | 2783cc42629b9445ea848ce36bbf213ef7789271 [diff] |
[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)