]> granicus.if.org Git - python/commitdiff
NEWS
authorJesus Cea <jcea@jcea.es>
Sat, 10 Sep 2011 02:35:18 +0000 (04:35 +0200)
committerJesus Cea <jcea@jcea.es>
Sat, 10 Sep 2011 02:35:18 +0000 (04:35 +0200)
Misc/NEWS

index 2b6a8907cfc88d0c9e4097175744825b97f5bf4f..8d448b0904e78c58edc63df491c9edb6f6f84c85 100644 (file)
--- 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.