diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-30 14:54:03 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-30 14:54:03 (GMT) |
commit | 48fd2a6a738ef05465576cd1ffe776ab5928f3b2 (patch) | |
tree | 51d0a805e3a256a53d582e037c6313aac72e7bb0 /Misc/NEWS | |
parent | 66428b2e5d456e0af609de8cdbcd9bae2a76d02d (diff) | |
download | cpython-48fd2a6a738ef05465576cd1ffe776ab5928f3b2.zip cpython-48fd2a6a738ef05465576cd1ffe776ab5928f3b2.tar.gz cpython-48fd2a6a738ef05465576cd1ffe776ab5928f3b2.tar.bz2 |
Merged revisions 84366 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84366 | antoine.pitrou | 2010-08-30 16:52:00 +0200 (lun., 30 août 2010) | 5 lines
Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
Sébastien Sablé.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -514,6 +514,9 @@ Extension Modules Build ----- +- Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by + Sébastien Sablé. + - Issue #3928: os.mknod() now available in Solaris, also. - Issue #6716: Quote -x arguments of compileall in MSI installer. |