commit | c510a048ba4f17a82fff0a452bf9ccd29b51efc6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 21 20:19:16 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 21 20:19:16 2013 +0200 |
tree | 5162cdafe017c4fde80b90e05adc5b4ddb295268 | |
parent | a2964b3175b8faba0285ccfbd269411a4893444d [diff] [blame] |
Issue #17225: JSON decoder now counts columns in the first line starting with 1, as in other lines.
diff --git a/Misc/NEWS b/Misc/NEWS index 8cc7f50..401228e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -227,6 +227,9 @@ 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.