| commit | d679377be78c732f1c7414726542c6b49c9b34ab | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 29 10:20:44 2013 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 29 10:20:44 2013 +0200 |
| tree | 145ae100449962e22449421a35a27c86ef0ccab8 | |
| parent | 8e0ae2a4f08bc01b18ba46cbebab78ac9f0c00a6 [diff] [blame] |
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
diff --git a/Misc/NEWS b/Misc/NEWS index daca4d3..36edcba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -214,6 +214,8 @@ Library ------- +- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. + - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase interface and support all mandatory methods and properties.