From: Christian Heimes Date: Thu, 25 Jul 2013 09:47:25 +0000 (+0200) Subject: Issue #18549: Eliminate dead code in socket_ntohl(). X-Git-Tag: v3.4.0a1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8cd257e4bb2f6bda56d65e2445828c096babd5;p=python Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 --- 7c8cd257e4bb2f6bda56d65e2445828c096babd5 diff --cc Misc/NEWS index d95121ec57,7880adb2b7..dae40a96a3 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -166,14 -52,10 +166,16 @@@ Core and Builtin Library ------- + - Issue #18549: Eliminate dead code in socket_ntohl() + +- Issue #18530: Remove additional stat call from posixpath.ismount. + Patch by Alex Gaynor. + - Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() +- Issue #9177: Calling read() or write() now raises ValueError, not + AttributeError, on a closed SSL socket. Patch by Senko Rasic. + - Issue #18513: Fix behaviour of cmath.rect w.r.t. signed zeros on OS X 10.8 + gcc.