summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-06-04 17:18:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-06-04 17:18:42 (GMT)
commit26eec5877017f805dbc4edd3f82df6ddd54b9315 (patch)
tree207ab80f632ba4965438a626528c0324d3a7740f /Misc
parentfb6950140ac46dfbd48361057e76eaf42d48e605 (diff)
downloadcpython-26eec5877017f805dbc4edd3f82df6ddd54b9315.zip
cpython-26eec5877017f805dbc4edd3f82df6ddd54b9315.tar.gz
cpython-26eec5877017f805dbc4edd3f82df6ddd54b9315.tar.bz2
Issue #8864: Define _XOPEN_SOURCE on Solaris for the
multiprocessing module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d69ebe..ca113aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,7 +120,8 @@ Tests
Build
-----
-- Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
+- Issues #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for
+ multiprocessing only.
What's New in Python 2.7 beta 2?
================================