summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2008-09-03 18:22:19 (GMT)
committerJesse Noller <jnoller@gmail.com>2008-09-03 18:22:19 (GMT)
commit338f5786eac83f473bcdde27fea6280c762fd92d (patch)
tree9e37ca21b919c5749a9f81bdb51d72808134d0cf /Misc
parenta786f2b4980020bb54d6fdfc3e4d116497eb553d (diff)
downloadcpython-338f5786eac83f473bcdde27fea6280c762fd92d.zip
cpython-338f5786eac83f473bcdde27fea6280c762fd92d.tar.gz
cpython-338f5786eac83f473bcdde27fea6280c762fd92d.tar.bz2
merge 66184 to fix issue3110 to py3k
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 355633d..e33e6c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@ Library
- The deprecation warnings for the camelCase threading API names were removed.
+- Issue #3110: multiprocessing fails to compiel on solaris 10 due to missing
+ SEM_VALUE_MAX.
+
Extension Modules
-----------------