commit | c8e58126a2acfb5d3c6bbbaf326e69785830bedb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 29 10:20:34 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 29 10:20:34 2013 +0200 |
tree | 8dc333a5b1a257dd13c60370d3b3501edec764ee | |
parent | 8d15ca3cc67e2f7a57e205cc52c55f816f2207ba [diff] [blame] |
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
diff --git a/Misc/NEWS b/Misc/NEWS index 31c4a8a..c66cffb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -200,6 +200,8 @@ Library ------- +- Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. + - Issue #17051: Fix a memory leak in os.path.isdir() on Windows. Patch by Robert Xiao.