http://hg.python.org/cpython/rev/622ecd28e5d1 changeset: 72336:622ecd28e5d1 parent: 72333:e37488e78cfa parent: 72335:1c5463cad0ae user: Jesus Cea <jcea at jcea.es> date: Sat Sep 10 04:40:13 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 @@ -1265,6 +1265,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