]> granicus.if.org Git - python/commit
Issue #9871: Prevent IDLE 3 crash when given byte stings
authorNed Deily <nad@acm.org>
Wed, 14 Sep 2011 21:49:14 +0000 (14:49 -0700)
committerNed Deily <nad@acm.org>
Wed, 14 Sep 2011 21:49:14 +0000 (14:49 -0700)
commit79746426c439a8a163d95381ffffa1b2fd34348e
treeb01c0863b76906fcfb638fd4128eca1647a6e804
parent962055d3c658e9b2e75ba4c3682c3639eea9aed8
Issue #9871: Prevent IDLE 3 crash when given byte stings
with invalid hex escape sequences, like b'\x0'.
(Original patch by Claudiu Popa.)
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Misc/ACKS
Misc/NEWS