diff options
author | Ned Deily <nad@acm.org> | 2011-11-16 02:29:02 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-11-16 02:29:02 (GMT) |
commit | 174c4f897fd05b8f838cb4db928295f23ab4b033 (patch) | |
tree | 8ff53d6aabfe549b39138e778dab90e192400313 /Misc | |
parent | 30402549de68a5303a5e2995dca7375d3d17966f (diff) | |
download | cpython-174c4f897fd05b8f838cb4db928295f23ab4b033.zip cpython-174c4f897fd05b8f838cb4db928295f23ab4b033.tar.gz cpython-174c4f897fd05b8f838cb4db928295f23ab4b033.tar.bz2 |
Issue #8793: Prevent IDLE crash in 2.7 when given strings with
invalid hex escape sequences.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Core and Builtins 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. |