summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-04-28 12:03:06 (GMT)
committerJesus Cea <jcea@jcea.es>2010-04-28 12:03:06 (GMT)
commit0f752ee0a71003f3bb1d197a11b7cfd4f5c88e46 (patch)
tree5a92c23ec91b6b4e964772ee38110973157710d0 /Misc/NEWS
parent480269e61c37f8492f5c6c7f74b59cb9a3b4101c (diff)
downloadcpython-0f752ee0a71003f3bb1d197a11b7cfd4f5c88e46.zip
cpython-0f752ee0a71003f3bb1d197a11b7cfd4f5c88e46.tar.gz
cpython-0f752ee0a71003f3bb1d197a11b7cfd4f5c88e46.tar.bz2
Merged revisions 80576 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80576 | jesus.cea | 2010-04-28 13:35:30 +0200 (Wed, 28 Apr 2010) | 9 lines 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/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 873f86a..a67dcd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,8 @@ Library
Build
-----
+- Issue #3928: os.mknod() now available in Solaris, also.
+
- Issue #6716: Quote -x arguments of compileall in MSI installer.
Exclude 2to3 tests from compileall.