[issue19361] Specialize exceptions thrown by JSON parser

Serhiy Storchaka report at bugs.python.org
Sun Oct 5 12:15:47 CEST 2014


Serhiy Storchaka added the comment:

Here is a patch which adopts JSONDecodeError from simplejson.

Unlike to simplejson it is located in the json.decoder module (json uses different way to pass an error from scanner to decoder).

----------
assignee:  -> serhiy.storchaka
keywords: +needs review
stage:  -> patch review
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19361>
_______________________________________


More information about the Python-bugs-list mailing list