]> granicus.if.org Git - python/commitdiff
Issue #18549: Eliminate dead code in socket_ntohl().
authorChristian Heimes <christian@cheimes.de>
Thu, 25 Jul 2013 09:47:25 +0000 (11:47 +0200)
committerChristian Heimes <christian@cheimes.de>
Thu, 25 Jul 2013 09:47:25 +0000 (11:47 +0200)
CID 982369

1  2 
Misc/NEWS
Modules/socketmodule.c

diff --cc Misc/NEWS
index d95121ec574ba943a64122581fa056fded9c35bc,7880adb2b70205f4a5abfdee76ac4637fef401a4..dae40a96a39172fc5a24f865aeb8f0784d9a780a
+++ 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.
  
Simple merge