| commit | 715a63b78349952ccc0fb3dd3139e2d822006d35 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 21 00:52:06 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 21 00:52:06 2012 +0200 |
| tree | d1474f149df204365adc6c07ba57469753124145 | |
| parent | bee739baa771b7c54169e799fbfe1a55c5fce3d6 [diff] [blame] |
Issue #14579: Fix error handling bug in the utf-16 decoder. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index c5fc1bd..3766a33 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #14579: Fix error handling bug in the utf-16 decoder. Patch by + Serhiy Storchaka. + - Issue #15368: An issue that caused bytecode generation to be non-deterministic when using randomized hashing (-R) has been fixed.