]> granicus.if.org Git - python/commit
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 4 Aug 2012 18:38:22 +0000 (21:38 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 4 Aug 2012 18:38:22 +0000 (21:38 +0300)
commit5ad514d281239479d957e21f602ff5c0d2ff5fec
treef5998bfe032b58ec9c413dd92d7523bbf227bab6
parentda9df920683831caee989ae278926363ba79e9c2
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'.

Patch by Roger Serwy.
Lib/idlelib/ReplaceDialog.py
Misc/NEWS