From: Richard Oudkerk Date: Tue, 1 Jan 2013 17:36:53 +0000 (+0000) Subject: Issue #9586: Merge X-Git-Tag: v3.3.1rc1~446 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4599322d66a177ca3a2c318b674aaac88d3c90;p=python Issue #9586: Merge --- 9b4599322d66a177ca3a2c318b674aaac88d3c90 diff --cc Misc/NEWS index c2c1c336e7,a7e25344a9..efd4343af6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -124,11 -189,10 +124,13 @@@ Core and Builtin Library ------- + - Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. + - Issue 10527: make multiprocessing use poll() instead of select() if available. +- Issue #16688: Fix backreferences did make case-insensitive regex fail on + non-ASCII strings. Patch by Matthew Barnett. + - Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.