diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-08-04 18:38:22 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-08-04 18:38:22 (GMT) |
commit | 5ad514d281239479d957e21f602ff5c0d2ff5fec (patch) | |
tree | f5998bfe032b58ec9c413dd92d7523bbf227bab6 /Misc/NEWS | |
parent | da9df920683831caee989ae278926363ba79e9c2 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |