commit | 01b3a08f5ee6f1ffa4ab52e2e9ecd43e0b56bdd9 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 25 23:30:50 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 25 23:30:50 2013 +0200 |
tree | b6bd4be495565dd2a40c2d0159e071abd13ef2a0 | |
parent | 1c60c7ac4cba9b947696f795dc16c8761f6bce38 [diff] [blame] |
Issue #16975: Fix error handling bug in the escape-decode decoder.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a4a6cc..dd5de7a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #16975: Fix error handling bug in the escape-decode decoder. + - Issue #14850: Now a charmap decoder treats U+FFFE as "undefined mapping" in any mapping, not only in a Unicode string.