]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5067: improve some json error messages.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Jun 2012 23:58:26 +0000 (01:58 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 28 Jun 2012 23:58:26 +0000 (01:58 +0200)
commit2d24e94bbef97913b5fc434f991fa429f1533557
tree0423c88ed968018d13bb60d7dc9687f99ab06811
parent24319ac40737a3c305bbadca4f89c607a54ec967
Issue #5067: improve some json error messages.
Patch by Serhiy Storchaka.
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/tool.py
Modules/_json.c