]> granicus.if.org Git - python/commit
Issue #17225: JSON decoder now counts columns in the first line starting
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Feb 2013 18:26:52 +0000 (20:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Feb 2013 18:26:52 +0000 (20:26 +0200)
commit920007ad76f1a880e6784ddb97a5c6c99a19b9a9
treee2357a83bd8c806e9cd1383d0696a0c2c02e2bfc
parentfc9bf110a21cd62ffebf36df743777e6d6097cb6
parented891c151748d030a890d50f3bbce3f581304439
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/tool.py
Lib/test/json_tests/test_fail.py
Misc/NEWS