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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f21c94..9a8da70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1307,6 +1307,8 @@
 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,