commit | 174c4f897fd05b8f838cb4db928295f23ab4b033 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Tue Nov 15 18:29:02 2011 -0800 |
committer | Ned Deily <nad@acm.org> | Tue Nov 15 18:29:02 2011 -0800 |
tree | 8ff53d6aabfe549b39138e778dab90e192400313 | |
parent | 30402549de68a5303a5e2995dca7375d3d17966f [diff] [blame] |
Issue #8793: Prevent IDLE crash in 2.7 when given strings with invalid hex escape sequences.
diff --git a/Misc/NEWS b/Misc/NEWS index 8d37ca5..a208309 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Library ------- +- Issue #8793: Prevent IDLE crash when given strings with invalid hex escape + sequences. + - Issues #1745761, #755670, #13357, #12629, #1200313: HTMLParser now correctly handles non-valid attributes, including adjacent and unquoted attributes.