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 ea1f7ec..ff75f2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,6 +114,8 @@
 Build
 -----
 
+- Issue #3928: os.mknod() now available in Solaris, also.
+
 - Issue #8175: --with-universal-archs=all works correctly on OSX 10.5
 
 - Issue #6716: Quote -x arguments of compileall in MSI installer.