summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-08-04 18:38:22 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-08-04 18:38:22 (GMT)
commit5ad514d281239479d957e21f602ff5c0d2ff5fec (patch)
treef5998bfe032b58ec9c413dd92d7523bbf227bab6 /Misc
parentda9df920683831caee989ae278926363ba79e9c2 (diff)
downloadcpython-5ad514d281239479d957e21f602ff5c0d2ff5fec.zip
cpython-5ad514d281239479d957e21f602ff5c0d2ff5fec.tar.gz
cpython-5ad514d281239479d957e21f602ff5c0d2ff5fec.tar.bz2
Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'.
Patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbaf864..c431474 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,9 @@ Core and Builtins
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.