commit | f10567233237673e8b96aff8a9753a6426fa4474 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 19 20:37:49 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 19 20:37:49 2013 +0300 |
tree | ab3f498abfd5de6c0396f45765f0b9d02773ec20 | |
parent | 6ea3c9b22a3e81e6484a30c1d64c6a859a40da6a [diff] [blame] |
Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
diff --git a/Misc/NEWS b/Misc/NEWS index e56e3b8..b0b4f10 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #19279: UTF-7 decoder no more produces illegal unicode strings. + - Issue #18739: Fix an inconsistency between math.log(n) and math.log(long(n)); the results could be off from one another by a ulp or two.