From: Andrew Svetlov Date: Sat, 4 Aug 2012 18:42:48 +0000 (+0300) Subject: Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended... X-Git-Tag: v3.3.0b2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa556bd75cd5470b1f9f4355b6db36cc7d67b739;p=python Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. --- fa556bd75cd5470b1f9f4355b6db36cc7d67b739 diff --cc Misc/NEWS index e27d73f43a,c431474a0f..ee8821530f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -77,10 -101,9 +77,13 @@@ Core and Builtin Library ------- + - Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog + ended with '\'. Patch by Roger Serwy. + +- Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and + os.sched_setaffinity now use regular sets of integers to represent the CPUs + a process is restricted to. + - Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister.