summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.