Merged revisions 80574 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80574 | jesus.cea | 2010-04-28 12:32:30 +0200 (Wed, 28 Apr 2010) | 1 line
Issue #3928: Support 'os.mknod()' in Solaris
........
diff --git a/Misc/NEWS b/Misc/NEWS
index ff469e7..2aedcdb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1098,6 +1098,8 @@
Build
-----
+- Issue #3928: os.mknod() now available in Solaris, also.
+
- Issue #3326: Build Python without -fno-strict-aliasing when the gcc does not
give false warnings.