http://hg.python.org/cpython/rev/8812996e4062 changeset: 72334:8812996e4062 branch: 2.7 parent: 72331:cd15473a9de2 user: Jesus Cea <jcea at jcea.es> date: Sat Sep 10 04:35:18 2011 +0200 summary: NEWS files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -188,6 +188,9 @@ 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. -- Repository URL: http://hg.python.org/cpython