summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-11-16 02:29:02 (GMT)
committerNed Deily <nad@acm.org>2011-11-16 02:29:02 (GMT)
commit174c4f897fd05b8f838cb4db928295f23ab4b033 (patch)
tree8ff53d6aabfe549b39138e778dab90e192400313 /Misc
parent30402549de68a5303a5e2995dca7375d3d17966f (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d37ca5..a208309 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.