summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 1fd7901c1d..2890ebee4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,8 @@ Library
Extension Modules
-----------------
+- Issue #15000: Support the "unique" x32 architecture in _posixsubprocess.c.
+
- Issue #9041: An issue in ctypes.c_longdouble, ctypes.c_double, and
ctypes.c_float that caused an incorrect exception to be returned in the
case of overflow has been fixed.