summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-21 18:19:16 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-21 18:19:16 (GMT)
commitc510a048ba4f17a82fff0a452bf9ccd29b51efc6 (patch)
tree5162cdafe017c4fde80b90e05adc5b4ddb295268 /Misc
parenta2964b3175b8faba0285ccfbd269411a4893444d (diff)
downloadcpython-c510a048ba4f17a82fff0a452bf9ccd29b51efc6.zip
cpython-c510a048ba4f17a82fff0a452bf9ccd29b51efc6.tar.gz
cpython-c510a048ba4f17a82fff0a452bf9ccd29b51efc6.tar.bz2
Issue #17225: JSON decoder now counts columns in the first line starting
with 1, as in other lines.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cc7f50..401228e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -227,6 +227,9 @@ Core and Builtins
Library
-------
+- Issue #17225: JSON decoder now counts columns in the first line starting
+ with 1, as in other lines.
+
- Issue #13700: Fix byte/string handling in imaplib authentication when an
authobject is specified.