summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-09-10 04:35:18 +0200
committerJesus Cea <jcea@jcea.es>2011-09-10 04:35:18 +0200
commit6ebaca137fc25ee3616c48a5fa343628c5132497 (patch)
tree38a80913d41af4b4b73625453f613b1e5a4ddbbc
parent79e7c4e3952b89a251d9c3aa227908a5937346ec (diff)
downloadcpython-git-6ebaca137fc25ee3616c48a5fa343628c5132497.tar.gz
NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b6a8907cf..8d448b0904 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,6 +188,9 @@ Library
Extension Modules
-----------------
+- Issue #12950: Fix passing file descriptors in multiprocessing, under
+ OpenIndiana/Illumos.
+
- Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
a string.