| commit | 8ba844ac146dfb06700ae0106938614255108f36 | [log] [tgz] |
|---|---|---|
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Aug 04 21:45:23 2012 +0300 |
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Aug 04 21:45:23 2012 +0300 |
| tree | f9d380b4f3b3acc70d4a1c01fa4c445010635f2e | |
| parent | 7687f3fb80cbda43e5a80ac2f003a71fe4ea5415 [diff] [blame] |
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS index 8cf3226..587c07d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Library ------- +- Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog + ended with '\'. Patch by Roger Serwy. + - Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister.