summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-05-28 15:44:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-05-28 15:44:20 (GMT)
commit1a415762aa9a605dce3b9ba62aae25f87309a66d (patch)
treec657e5a47eab7323a72a070564b60aab05050b8e /Misc
parent410e9d773a41441d191bec31f12f5e7e1b11c2f4 (diff)
downloadcpython-1a415762aa9a605dce3b9ba62aae25f87309a66d.zip
cpython-1a415762aa9a605dce3b9ba62aae25f87309a66d.tar.gz
cpython-1a415762aa9a605dce3b9ba62aae25f87309a66d.tar.bz2
Merged revisions 81582 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81582 | martin.v.loewis | 2010-05-28 17:28:47 +0200 (Fr, 28 Mai 2010) | 2 lines Issue #1759169: Drop _XOPEN_SOURCE on Solaris. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f21c94..9a8da70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1307,6 +1307,8 @@ Extension Modules
Build
-----
+- Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
+
- Issue #8625: Turn off optimization in --with-pydebug builds with
gcc. (Optimization was unintentionally turned on in gcc
--with-pydebug builds as a result of the issue #1628484 fix,