]> 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:45:23 +0000 (21:45 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 4 Aug 2012 18:45:23 +0000 (21:45 +0300)
commit8ba844ac146dfb06700ae0106938614255108f36
treef9d380b4f3b3acc70d4a1c01fa4c445010635f2e
parent7687f3fb80cbda43e5a80ac2f003a71fe4ea5415
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'.

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