diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-29 08:20:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-29 08:20:44 (GMT) |
commit | d679377be78c732f1c7414726542c6b49c9b34ab (patch) | |
tree | 145ae100449962e22449421a35a27c86ef0ccab8 /Misc/NEWS | |
parent | 8e0ae2a4f08bc01b18ba46cbebab78ac9f0c00a6 (diff) | |
download | cpython-d679377be78c732f1c7414726542c6b49c9b34ab.zip cpython-d679377be78c732f1c7414726542c6b49c9b34ab.tar.gz cpython-d679377be78c732f1c7414726542c6b49c9b34ab.tar.bz2 |
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -214,6 +214,8 @@ Core and Builtins 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. |