diff options
author | Jesus Cea <jcea@jcea.es> | 2010-04-28 11:35:30 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2010-04-28 11:35:30 (GMT) |
commit | 740f53a6006cc8d8897a843394700cd8ec0dc0d6 (patch) | |
tree | 0667001848c10fd2b81cda777e229f52a4468fcd /Misc | |
parent | d99cd81df5bee3eb5a5de0dcc5d5046da3db9006 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |