From: Richard Oudkerk Date: Mon, 28 Jul 2014 22:13:58 +0000 (+0100) Subject: Issue #21704: Merge. X-Git-Tag: v3.5.0a1~1173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3fc341c35c33366d607e1bd554e2cc3cb4b0878;p=python Issue #21704: Merge. --- c3fc341c35c33366d607e1bd554e2cc3cb4b0878 diff --cc Misc/NEWS index 851e9258d6,92c9cb61bd..fa36c6b8a5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -113,9 -27,9 +113,12 @@@ Core and Builtin Library ------- + - Issue #21704: Fix build error for _multiprocessing when semaphores + are not available. Patch by Arfrever Frehtes Taifersar Arahesis. + +- Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. + Patch by Vajrasky Kok. + - Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError on closed socket. repr(socket.socket) already works fine.