[issue16009] Json error messages could provide more information about the error

Serhiy Storchaka report at bugs.python.org
Thu Oct 4 21:28:34 CEST 2012


Serhiy Storchaka added the comment:

Patch updated. Conformed other error messages. Now expected exceptions raised for all of the following strings:

''
'['
'[42'
'[42,'
'{'
'{"'
'{"spam'
'{"spam"'
'{"spam":'
'{"spam":42'
'{"spam":42,'

----------
Added file: http://bugs.python.org/file27425/json_errmsg_2.patch

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


More information about the Python-bugs-list mailing list