#10169: Fix argument parsing in socket.sendto() to avoid error masking.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c76057..8f3c0b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,8 @@
 Extension Modules
 -----------------
 
+- Issue #10169: Fix argument parsing in socket.sendto() to avoid error masking.
+
 - Issue #12017: Fix segfault in json.loads() while decoding highly-nested
   objects using the C accelerations.