]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17225: JSON decoder now counts columns in the first line starting
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Feb 2013 18:17:54 +0000 (20:17 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Feb 2013 18:17:54 +0000 (20:17 +0200)
commit49d4022d7d56a027a8be0fc96f58d183bfbc2291
tree54e47fc16eb2990f9c23b06e16e4473d09091beb
parent484dee38e665e20f961b18f27a82b3224341c1be
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
Misc/NEWS