summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-07 16:21:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-07 16:21:22 (GMT)
commit0639be650511f717399e803faa798257b790ae81 (patch)
treeff785ab6bf8a943b71ce729ad7e00f2ae92f4c37 /Misc/NEWS
parentcec464951e06dd9388352590eb1f17b9aa3d68a5 (diff)
downloadcpython-0639be650511f717399e803faa798257b790ae81.zip
cpython-0639be650511f717399e803faa798257b790ae81.tar.gz
cpython-0639be650511f717399e803faa798257b790ae81.tar.bz2
#10169: Fix argument parsing in socket.sendto() to avoid error masking.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c76057..8f3c0b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,8 @@ Library
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.