]> 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:19:16 +0000 (20:19 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Feb 2013 18:19:16 +0000 (20:19 +0200)
commitc510a048ba4f17a82fff0a452bf9ccd29b51efc6
tree5162cdafe017c4fde80b90e05adc5b4ddb295268
parenta2964b3175b8faba0285ccfbd269411a4893444d
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