diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-30 22:54:18 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-30 22:54:18 (GMT) |
commit | cba36bbe65c5df5d2a16d7780beceb2faefb6c75 (patch) | |
tree | 86ac7bd35094e4f827cb1861a32422a972b735e1 /Misc | |
parent | a44327a9a226619a4eb0e658d30211baf920480b (diff) | |
download | cpython-cba36bbe65c5df5d2a16d7780beceb2faefb6c75.zip cpython-cba36bbe65c5df5d2a16d7780beceb2faefb6c75.tar.gz cpython-cba36bbe65c5df5d2a16d7780beceb2faefb6c75.tar.bz2 |
Bug #1234: Fixed semaphore errors on AIX 5.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1383,6 +1383,8 @@ Tools/Demos Build ----- +- Bug #1234: Fixed semaphore errors on AIX 5.2 + - Issue #1726: Remove Python/atof.c from PCBuild/pythoncore.vcproj - Removed PCbuild8/ directory and added a new build directory for VS 2005 |