[Python-checkins] [python/cpython] 584ef2: [3.6] Fix the signature of JSONDecodeError (no end...

GitHub noreply at github.com
Sat May 27 09:37:13 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 584ef2aecfdaaf753e3959a8ceb0ea745189ddeb
      https://github.com/python/cpython/commit/584ef2aecfdaaf753e3959a8ceb0ea745189ddeb
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
    M Doc/library/json.rst

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list