[Python-checkins] [python/cpython] 5becf3: Fix the signature of JSONDecodeError (no end param...

GitHub noreply at github.com
Sat May 27 09:11:19 EDT 2017


  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 (Sat, 27 May 2017)

  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.




More information about the Python-checkins mailing list