summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-30 14:55:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-30 14:55:30 (GMT)
commitb41947b6603a22f2175bc9916fddd5098fe00a31 (patch)
tree474ea00dd3bb6182b5765c18b708889e2686a26a /Misc/NEWS
parent183515c5d4baff4c794072a6196a86564ad1ddc5 (diff)
downloadcpython-b41947b6603a22f2175bc9916fddd5098fe00a31.zip
cpython-b41947b6603a22f2175bc9916fddd5098fe00a31.tar.gz
cpython-b41947b6603a22f2175bc9916fddd5098fe00a31.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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe04f43..1fa1522 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -523,6 +523,9 @@ Tests
Build
-----
+- Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by
+ Sébastien Sablé.
+
- Display installer warning that Windows 2000 won't be supported in future
releases.