summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-25 09:47:25 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-25 09:47:25 (GMT)
commit7c8cd257e4bb2f6bda56d65e2445828c096babd5 (patch)
treed8c39d33dcf395cd5d46248364afd9249544f4cd /Misc
parent99f969e7c7fd2fd39441e802461c5aee9b6cef9b (diff)
parent9228837e310cf37f5d2ce662fcd8d83424ef6fa6 (diff)
downloadcpython-7c8cd257e4bb2f6bda56d65e2445828c096babd5.zip
cpython-7c8cd257e4bb2f6bda56d65e2445828c096babd5.tar.gz
cpython-7c8cd257e4bb2f6bda56d65e2445828c096babd5.tar.bz2
Issue #18549: Eliminate dead code in socket_ntohl().
CID 982369
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d95121e..dae40a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,8 @@ Core and Builtins
Library
-------
+- Issue #18549: Eliminate dead code in socket_ntohl()
+
- Issue #18530: Remove additional stat call from posixpath.ismount.
Patch by Alex Gaynor.