]> granicus.if.org Git - python/commit
Issue #8793: Prevent IDLE crash in 2.7 when given strings with
authorNed Deily <nad@acm.org>
Wed, 16 Nov 2011 02:29:02 +0000 (18:29 -0800)
committerNed Deily <nad@acm.org>
Wed, 16 Nov 2011 02:29:02 +0000 (18:29 -0800)
commit174c4f897fd05b8f838cb4db928295f23ab4b033
tree8ff53d6aabfe549b39138e778dab90e192400313
parent30402549de68a5303a5e2995dca7375d3d17966f
Issue #8793: Prevent IDLE crash in 2.7 when given strings with
invalid hex escape sequences.
Lib/idlelib/ScriptBinding.py
Misc/NEWS