summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-04-28 11:35:30 (GMT)
committerJesus Cea <jcea@jcea.es>2010-04-28 11:35:30 (GMT)
commit740f53a6006cc8d8897a843394700cd8ec0dc0d6 (patch)
tree0667001848c10fd2b81cda777e229f52a4468fcd /Misc
parentd99cd81df5bee3eb5a5de0dcc5d5046da3db9006 (diff)
downloadcpython-740f53a6006cc8d8897a843394700cd8ec0dc0d6.zip
cpython-740f53a6006cc8d8897a843394700cd8ec0dc0d6.tar.gz
cpython-740f53a6006cc8d8897a843394700cd8ec0dc0d6.tar.bz2
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 ........
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 ff469e7..2aedcdb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1098,6 +1098,8 @@ Extension Modules
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.